export declare const XyColorPicker: import("../shared/install").SFCWithInstall<{ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins & Readonly<{ onClear?: (() => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: string) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onOpenChange?: ((open: boolean) => any) | undefined; }>, { blur: () => void | undefined; focus: (options?: FocusOptions) => void | undefined; readonly nativeElement: HTMLElement | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { clear: () => any; blur: (event: FocusEvent) => any; change: (value: string) => any; focus: (event: FocusEvent) => any; "update:modelValue": (value: string) => any; openChange: (open: boolean) => any; }, import("vue").PublicProps, { variant: import("../index.ts").XyControlVariant; placement: import("../index.ts").XyOverlayPlacement; allowClear: boolean; modelValue: string; tabindex: number; presets: string[]; showAlpha: boolean; showText: boolean; }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{ onClear?: (() => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: string) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onOpenChange?: ((open: boolean) => any) | undefined; }>, { blur: () => void | undefined; focus: (options?: FocusOptions) => void | undefined; readonly nativeElement: HTMLElement | undefined; }, {}, {}, {}, { variant: import("../index.ts").XyControlVariant; placement: import("../index.ts").XyOverlayPlacement; allowClear: boolean; modelValue: string; tabindex: number; presets: string[]; showAlpha: boolean; showText: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase & Readonly<{ onClear?: (() => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: string) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onOpenChange?: ((open: boolean) => any) | undefined; }>, { blur: () => void | undefined; focus: (options?: FocusOptions) => void | undefined; readonly nativeElement: HTMLElement | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { clear: () => any; blur: (event: FocusEvent) => any; change: (value: string) => any; focus: (event: FocusEvent) => any; "update:modelValue": (value: string) => any; openChange: (open: boolean) => any; }, string, { variant: import("../index.ts").XyControlVariant; placement: import("../index.ts").XyOverlayPlacement; allowClear: boolean; modelValue: string; tabindex: number; presets: string[]; showAlpha: boolean; showText: boolean; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { trigger?: (props: { color: string; open: boolean; }) => any; }; })>; export default XyColorPicker; export type { XyColorPickerClassNames, XyColorPickerExpose, XyColorPickerProps, XyColorPickerSemanticDom, XyColorPickerSlots, XyColorPickerStyles, XyColorPickerTriggerSlotProps, } from "./types";