import { FdsTextareaProps } from './types'; type __VLS_Props = FdsTextareaProps; type __VLS_PublicProps = { modelValue?: string; } & __VLS_Props; declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { input: (ev: Event) => any; blur: (ev: FocusEvent) => any; change: (ev: Event) => any; "update:modelValue": (value: string) => any; valid: (value: boolean | null) => any; "update:value": (value: string) => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ onInput?: ((ev: Event) => any) | undefined; onBlur?: ((ev: FocusEvent) => any) | undefined; onChange?: ((ev: Event) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onValid?: ((value: boolean | null) => any) | undefined; "onUpdate:value"?: ((value: string) => any) | undefined; }>, { maxlength: number; value: string; dataTestid: string; label: string; meta: string; inputClass: string | Record | Array>; valid: boolean | null; optional: boolean; modelModifiers: { lazy?: boolean; }; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;