declare const __VLS_publicComponent: import("vue").DefineComponent; required: true; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:color": (value: string) => void; }, string, import("vue").PublicProps, Readonly; required: true; }; }>> & Readonly<{ "onUpdate:color"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare function __VLS_template(): { clickable?(_: { openPicker: (trigger: HTMLElement) => Promise; bgColor: string; }): any; }; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };