export declare const SHAPE = 4; export declare const FONT_SIZE = 12; export declare const BORDER_WIDTH = 1; export declare const PADDING = 12; export declare const OPTIONS_LIST_HEIGHT = 120; export declare const ITEM_HEIGHT = 40; export declare const ANIMATION_DURATION = 200; export declare const PRESSED_STYLE: { opacity: number; }; export declare const COLORS: { WHITE: string; DISABLED: string; SELECTED: string; BLACK: string; GRAY: string; }; //# sourceMappingURL=styles.d.ts.map