import { Config } from '../../../../types/Config'; export default function Sms(props: { sms: Required['Sms']; setValue: (path: string, value: any) => void; removeItem: (path: string, index: number) => void; cleanKey: (path: string, key: string) => void; }): JSX.Element;