import { HslaColor, HslColor, HsvaColor, HsvColor, RgbaColor, RgbColor } from 'colord'; type __VLS_Props = { modelValue: string | RgbaColor | HslaColor | HsvaColor | RgbColor | HslColor | HsvColor; /** * @default 255 * @description The maximum value of the red, green, and blue channels. * You can set 1 if you want to use a value between 0 and 1. */ rgbScale?: number; onChange?: (value: string) => void; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (...args: any[]) => void; input: (...args: any[]) => void; "update:modelValue": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; onInput?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { rgbScale: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLInputElement>; export default _default;