import { ICON_TYPES } from 'gliff';
import { ColorPopperInput, EColorPopperSize } from '../../base/ColorPopper/types';
export type TThemeSelectProps = {
    className?: string;
    input?: ColorPopperInput;
    size?: keyof typeof EColorPopperSize;
    withScheme?: boolean;
    withSwatch?: boolean;
    withWheel?: boolean;
    iconType?: keyof typeof ICON_TYPES;
};
//# sourceMappingURL=types.d.ts.map