interface StyledSelectProps { error: boolean; } export declare const StyledSelect: import("@emotion/styled").StyledComponent; export declare const Container: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & import("react").ClassAttributes & import("react").HTMLAttributes & { children?: import("react").ReactNode | undefined; } & { theme?: import("@emotion/react").Theme; }, {}, {}>; export {};