import { TdColorPickerPanelProps } from './type';
import { PropType } from 'vue';
declare const _default: {
    colorModes: {
        type: PropType<TdColorPickerPanelProps["colorModes"]>;
        default: () => TdColorPickerPanelProps["colorModes"];
    };
    disabled: BooleanConstructor;
    enableAlpha: BooleanConstructor;
    enableMultipleGradient: {
        type: BooleanConstructor;
        default: boolean;
    };
    format: {
        type: PropType<TdColorPickerPanelProps["format"]>;
        default: TdColorPickerPanelProps["format"];
        validator(val: TdColorPickerPanelProps["format"]): boolean;
    };
    recentColors: {
        type: PropType<TdColorPickerPanelProps["recentColors"]>;
        default: TdColorPickerPanelProps["recentColors"];
    };
    defaultRecentColors: {
        type: PropType<TdColorPickerPanelProps["defaultRecentColors"]>;
        default: () => TdColorPickerPanelProps["defaultRecentColors"];
    };
    showPrimaryColorPreview: {
        type: BooleanConstructor;
        default: boolean;
    };
    swatchColors: {
        type: PropType<TdColorPickerPanelProps["swatchColors"]>;
    };
    value: {
        type: StringConstructor;
        default: any;
    };
    modelValue: {
        type: StringConstructor;
        default: any;
    };
    defaultValue: {
        type: StringConstructor;
        default: string;
    };
    onChange: PropType<TdColorPickerPanelProps["onChange"]>;
    onPaletteBarChange: PropType<TdColorPickerPanelProps["onPaletteBarChange"]>;
    onRecentColorsChange: PropType<TdColorPickerPanelProps["onRecentColorsChange"]>;
};
export default _default;
