import type { HsvaColor, RgbaColor } from "../../types.js"; import { type LabelProps, type LinkableByIdProps } from "../shared/props.js"; declare let __VLS_typeProps: LabelProps & LinkableByIdProps & { allowAlpha?: boolean; border?: boolean; copyTransform?: (val: HsvaColor, stringVal: string) => any; }; type __VLS_PublicProps = { modelValue?: RgbaColor; } & typeof __VLS_typeProps; declare function __VLS_template(): { slots: { input?(_: {}): any; buttons?(_: {}): any; }; refs: { pickerEl: HTMLCanvasElement; hueSliderEl: HTMLCanvasElement; alphaSliderEl: HTMLCanvasElement; }; attrs: Partial<{}>; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (modelValue: RgbaColor) => any; } & { cancel: () => any; save: (val: RgbaColor) => any; }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ onCancel?: (() => any) | undefined; "onUpdate:modelValue"?: ((modelValue: RgbaColor) => any) | undefined; onSave?: ((val: RgbaColor) => any) | undefined; }>, { border: boolean; allowAlpha: boolean; copyTransform: (val: HsvaColor, stringVal: string) => any; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=LibColorPicker.vue.d.ts.map