/// import type { Size } from '../types'; interface SelectProps { disabled?: boolean; selectSize?: Size; } export declare const Select: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & SelectProps, import("react").DetailedHTMLProps, HTMLSelectElement>, {}>; export declare const DownArrowWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {}; //# sourceMappingURL=select-control-styles.d.ts.map