export declare const InputWrapper: (styleProps: any) => string; export declare const Input: (styleProps: any) => string; export declare const InputIcon: (styleProps: any) => string; export declare const InputSpinner: (styleProps: any) => string; export declare const InputField: (styleProps: any) => string; export declare const InputFieldGroup: (styleProps: any) => string; export declare function wrapperSizeProperties(styleProps: any): any; export declare const LabelWrapper: (styleProps: any) => string; export declare const LabelWrapperBackground: (styleProps: any) => string;