export interface SelectProps { arrowSize?: number; arrowFillColor?: string; arrowStrokeColor?: string; arrowPositionX?: number; arrowPositionY?: number; } export declare const Select: import("styled-components").StyledComponent<"select", import("styled-components").DefaultTheme, SelectProps, never>; //# sourceMappingURL=styleds.d.ts.map