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