export declare const CuColorPicker: {
    new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
        readonly modelValue: StringConstructor;
        readonly alpha: BooleanConstructor;
        readonly format: StringConstructor;
        readonly size: import('vue').PropType<import('../../utils').ComicSize>;
        readonly disabled: BooleanConstructor;
        readonly predefine: import('vue').PropType<string[]>;
    }>> & Readonly<{
        onChange?: (value: string) => any;
        "onUpdate:modelValue"?: (value: string) => any;
    }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
        change: (value: string) => void;
        "update:modelValue": (value: string) => void;
    }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
        readonly modelValue: StringConstructor;
        readonly alpha: BooleanConstructor;
        readonly format: StringConstructor;
        readonly size: import('vue').PropType<import('../../utils').ComicSize>;
        readonly disabled: BooleanConstructor;
        readonly predefine: import('vue').PropType<string[]>;
    }>> & Readonly<{
        onChange?: (value: string) => any;
        "onUpdate:modelValue"?: (value: string) => any;
    }>, {
        readonly disabled: boolean;
        readonly alpha: boolean;
    }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<import('vue').ExtractPropTypes<{
        readonly modelValue: StringConstructor;
        readonly alpha: BooleanConstructor;
        readonly format: StringConstructor;
        readonly size: import('vue').PropType<import('../../utils').ComicSize>;
        readonly disabled: BooleanConstructor;
        readonly predefine: import('vue').PropType<string[]>;
    }>> & Readonly<{
        onChange?: (value: string) => any;
        "onUpdate:modelValue"?: (value: string) => any;
    }>, {}, {}, {}, {}, {
        readonly disabled: boolean;
        readonly alpha: boolean;
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
    readonly modelValue: StringConstructor;
    readonly alpha: BooleanConstructor;
    readonly format: StringConstructor;
    readonly size: import('vue').PropType<import('../../utils').ComicSize>;
    readonly disabled: BooleanConstructor;
    readonly predefine: import('vue').PropType<string[]>;
}>> & Readonly<{
    onChange?: (value: string) => any;
    "onUpdate:modelValue"?: (value: string) => any;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    change: (value: string) => void;
    "update:modelValue": (value: string) => void;
}, string, {
    readonly disabled: boolean;
    readonly alpha: boolean;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
    install?: (app: import('vue').App) => void;
};
