///
export declare const SelectIconStyle: import("styled-components").StyledComponent & {
anchorRef?: import("react").RefObject | undefined;
arrow?: "small" | "default" | undefined;
value?: import("./types.js").OptionValue | undefined;
defaultValue?: import("./types.js").OptionValue | undefined;
onChange: import("./types.js").SelectHandleChange;
} & import("react").RefAttributes>, import("styled-components").DefaultTheme, {}, never>;
export declare const SelectIconDecoratorStyle: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
//# sourceMappingURL=SelectIconStyles.d.ts.map