import Color from "../../color-picker-panel/src/utils/color.js"; import { ColorPickerProps } from "./color-picker.js"; import * as _$vue from "vue"; //#region ../../packages/components/color-picker/src/color-picker.vue.d.ts declare function show(): void; declare function hide(): void; declare function focus(): void; declare function blur(): void; declare const __VLS_export: _$vue.DefineComponent void; focus: (evt: FocusEvent) => void; blur: (evt: FocusEvent) => void; clear: () => void; change: (val: string | null) => void; activeChange: (val: string | null) => void; }, string, _$vue.PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((val: string | null) => any) | undefined; onChange?: ((val: string | null) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onClear?: (() => any) | undefined; onActiveChange?: ((val: string | null) => any) | undefined; }>, { disabled: boolean; modelValue: string | null; clearable: boolean; tabindex: string | number; validateEvent: boolean; valueOnClear: string | number | boolean | Function | null; teleported: boolean; popperStyle: string | false | _$vue.CSSProperties | _$vue.StyleValue[] | null; persistent: boolean; }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; //#endregion export { _default as default };