/// interface Props { error?: string; touched?: boolean; isFocused?: boolean; value?: string | number | string[] | undefined; theme?: any; } export declare const StyledInputWrapper: React.SFC>; export declare const StyledInputInput: React.SFC>; export declare const StyledInputLabel: React.SFC>; export declare const StyledInputError: React.SFC>; export declare const StyledInputRightBox: React.SFC>; export declare const StyledInputRightBoxText: React.SFC>; export {};