/// interface Props { error?: string; touched?: boolean; isFocused?: boolean; value?: string | number | string[] | undefined; theme?: any; } export declare const StyledSelectWrapper: React.SFC>; export declare const StyledSelectSelect: React.SFC>; export declare const StyledSelectLabel: React.SFC>; export declare const StyledSelectError: React.SFC>; export {};