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; "update:modelValue": (val: string | null) => void; clear: () => void; change: (val: string | null) => void; activeChange: (val: string | null) => void; }, string, vue.PublicProps, Readonly & Readonly<{ onBlur?: ((evt: FocusEvent) => any) | undefined; onChange?: ((val: string | null) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((val: string | null) => any) | undefined; onClear?: (() => any) | undefined; onActiveChange?: ((val: string | null) => any) | undefined; }>, { modelValue: string | null; disabled: boolean; tabindex: string | number; validateEvent: boolean; teleported: boolean; popperStyle: string | false | vue.CSSProperties | vue.StyleValue[] | null; clearable: boolean; persistent: boolean; valueOnClear: string | number | boolean | Function | null; }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; //#endregion export { _default };