import { ZTextarea_Props } from '@zurich/dev-utils/code/Textarea'; type Props = Omit & { readonly zTheme?: ZTextarea_Props['z-theme']; readonly customStr?: ZTextarea_Props['custom-str']; readonly modelValue?: ZTextarea_Props['model']; helpText?: ZTextarea_Props['help-text']; maxLength?: ZTextarea_Props['max-length']; }; declare const _default: __VLS_WithTemplateSlots any; enter: () => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined; onEnter?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { inputRef: HTMLTextAreaElement; output: HTMLOutputElement; }, HTMLLabelElement>, { label?(_: {}): any; 'help-text'?(_: {}): any; }>; export { _default as VueTextarea, VueTextarea as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };