import { InputSize } from '../input/types'; export declare const dropdown_label_base_css: import("@emotion/react").SerializedStyles; export declare const dropdown_label_selected_style: { color: string; }; export declare const dropdown_filter_label_selected_style: { color: string; backgroundColor: string; border: string; '&:hover': { border: string; }; }; export declare const dropdown_filter_label_error_style: { color: string; backgroundColor: string; border: string; }; export declare const getDropdownFilterLabelSpacingBySize: (size: InputSize) => 4 | 6 | 8; export declare const getDropdownFilterLabelSizeStyle: (size: InputSize) => import("@emotion/react").SerializedStyles | undefined; export declare const dropdown_item_group_css: import("@emotion/react").SerializedStyles; export declare const dropdown_filter_item_group_css: import("@emotion/react").SerializedStyles; export declare const dropdown_item_base_css: import("@emotion/react").SerializedStyles; export declare const dropdown_filter_item_base_css: import("@emotion/react").SerializedStyles; export declare const dropdown_item_disabled_style: { color: string; cursor: string; '&:hover, &:focus': { backgroundColor: string; }; }; export declare const dropdown_item_selected_style: { color: string; backgroundColor: string; }; export declare const dropdown_item_focused_style: { backgroundColor: string; }; export declare const dropdown_item_group_focus_style: { outline: string; zIndex: number; '&:focus': { outline: string; }; }; export declare const dropdown_filter_item_style: { backgroundColor: string; borderRadius: number; height: string; padding: string; '&:hover, &:focus, &:active': { backgroundColor: string; }; }; export declare const getDropdownChipLabelPaddingBySize: (size: InputSize) => string; export declare const getDropdownItemFontStyle: (size: InputSize) => string; export declare const getDropdownItemSizeStyle: (size: InputSize) => import("@emotion/react").SerializedStyles;