export declare const Select: (styleProps: any) => string; export declare const SelectWrapper: (styleProps: any) => string; export declare function getWrapperSizeStyles(styleProps: any): any; export declare const SelectIcon: (styleProps: any) => string; export declare const SelectSpinner: (styleProps: any) => string; export declare const SelectField: (styleProps: any) => string; export declare const LabelWrapper: (styleProps: any) => string; export declare const LabelWrapperBackground: (styleProps: any) => string;