import { BagelInputShellProps } from './bagelInputShell'; type __VLS_Props = { label?: string; id?: string; placeholder?: string; modelValue: any; editMode?: boolean; small?: boolean; required?: boolean; nativeInputAttrs?: { [key: string]: any; }; underlined?: boolean; } & BagelInputShellProps; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { editMode: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default; //# sourceMappingURL=ColorInput.vue.d.ts.map