/// import { IColors } from '../../types/theme'; export declare const StyledSelect: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { theme: IColors; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;