import { ColorFieldProps } from "./types.js"; //#region src/components/color-field/color-field.vue.d.ts declare const __VLS_export: import("vue").DefineComponent any; "update:color": (value: import("@soybeanjs/headless/types").NormalizedColor) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; "onUpdate:color"?: ((value: import("@soybeanjs/headless/types").NormalizedColor) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; //#endregion export { _default };