import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
import { Props } from './types';
import { DefaultSlots, InstallRecord, NameRecord } from '../types';
export type { DefineModelOption as MeColorPickerType } from './types';
export declare const MeColorPicker: {
    new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
        modelValue?: import("./types").DefineModelOption.ModelValue;
        value?: string;
    } & Props> & Readonly<{
        "onUpdate:modelValue"?: ((value: import("./types").DefineModelOption.ModelValue) => any) | undefined;
        "onUpdate:value"?: ((value: string) => any) | undefined;
    }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        "update:modelValue": (value: import("./types").DefineModelOption.ModelValue) => any;
        "update:value": (value: string) => any;
    }, PublicProps, {
        size: "default" | "large" | "small";
        filterText: (option: import("./types").DefineModelOption.ModelValue) => string;
        showText: boolean;
    }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
        colorNode: HTMLDivElement;
    }, any, ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<{
        modelValue?: import("./types").DefineModelOption.ModelValue;
        value?: string;
    } & Props> & Readonly<{
        "onUpdate:modelValue"?: ((value: import("./types").DefineModelOption.ModelValue) => any) | undefined;
        "onUpdate:value"?: ((value: string) => any) | undefined;
    }>, {}, {}, {}, {}, {
        size: "default" | "large" | "small";
        filterText: (option: import("./types").DefineModelOption.ModelValue) => string;
        showText: boolean;
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & ComponentOptionsBase<Readonly<{
    modelValue?: import("./types").DefineModelOption.ModelValue;
    value?: string;
} & Props> & Readonly<{
    "onUpdate:modelValue"?: ((value: import("./types").DefineModelOption.ModelValue) => any) | undefined;
    "onUpdate:value"?: ((value: string) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
    "update:modelValue": (value: import("./types").DefineModelOption.ModelValue) => any;
    "update:value": (value: string) => any;
}, string, {
    size: "default" | "large" | "small";
    filterText: (option: import("./types").DefineModelOption.ModelValue) => string;
    showText: boolean;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
    $slots: Readonly<Partial< DefaultSlots>> & Partial< DefaultSlots>;
}) & InstallRecord & NameRecord;
