/// export declare const CustomInput: ({ maxLength, name, control, setValue, rules, defaultValue }: { maxLength: any; name: any; control: any; setValue: any; rules: any; defaultValue: any; }) => JSX.Element;