import { ColorsType, IBoolean, MainSizesType } from '../../types'; export interface SelectTheme { base: string; addon: string; field: { base: string; icon: { base: string; svg: string; }; select: { base: string; withIcon: IBoolean; withAddon: IBoolean; withShadow: IBoolean; sizes: MainSizesType; colors: ColorsType; }; }; } export declare const selectTheme: SelectTheme; //# sourceMappingURL=theme.d.ts.map