import { BagelInputShellProps } from './bagelInputShell'; type __VLS_Props = { description?: string; label?: string; modelValue: any; placeholder?: string; editMode?: boolean; small?: 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; }>, { label: string; description: string; placeholder: string; editMode: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default; //# sourceMappingURL=JSONInput.vue.d.ts.map