import { IPlaceholder } from "../../../InputBase/interfaces"; import { ISelectStyle } from "../../interfaces"; export declare const WrapperSelectStyle: import("styled-components").StyledComponent<"div", any, ISelectStyle, never>; export declare const LabelStyle: import("styled-components").StyledComponent<"label", any, ISelectStyle, never>; export declare const ContainerSelectStyle: import("styled-components").StyledComponent<"div", any, ISelectStyle, never>; export declare const Placeholder: import("styled-components").StyledComponent<"div", any, IPlaceholder, never>; export declare const ErrorMessageStyle: import("styled-components").StyledComponent<"div", any, {}, never>;