import { ZColorInput_Props } from '@zurich/dev-utils/code/ColorInput'; type Props = Omit & { readonly zTheme?: ZColorInput_Props['z-theme']; readonly customStr?: ZColorInput_Props['custom-str']; readonly modelValue?: ZColorInput_Props['model']; helpText?: ZColorInput_Props['help-text']; }; declare const _default: __VLS_WithTemplateSlots any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { inputRef: HTMLInputElement; }, HTMLLabelElement>, Readonly> & Record<"label" | "help-text", any>>; export { _default as VueColorInput, VueColorInput as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };