type __VLS_Props = { modelValue?: string | null; label?: string; allowNone?: boolean; disabled?: boolean; warning?: string; errorMessage?: string; swatches?: string[]; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: string | null) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((value: string | null) => any) | undefined; }>, { disabled: boolean; modelValue: string | null; allowNone: boolean; warning: string; errorMessage: string; swatches: string[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { rootRef: HTMLDivElement; hexInput: HTMLInputElement; nativePicker: HTMLInputElement; }, HTMLDivElement>; export default _default;