import { ColorsType, MainSizesType, RoundedSizesTypes } from '../../types'; export interface DropdownTheme { root: { icon: string; disabled: string; base: string; color: ColorsType; }; rounded: RoundedSizesTypes; size: MainSizesType; item: { base: string; color: ColorsType; }; floating: { base: string; }; } export declare const dropdownTheme: DropdownTheme; //# sourceMappingURL=theme.d.ts.map