import { SelectProps } from './types'; export declare function styleSelect(props: SelectProps): { field: string[]; label: string[]; input: string[]; inputGroup: string[]; inputWrapper: string[]; menu: string[]; helperText: string[]; selectWrapper: string[]; caret: string[]; search: string[]; chips: string[]; image: string[]; comment: string[]; };