import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; import { Props } from './types'; import { InstallRecord, NameRecord } from '../types'; export declare const MeTextarea: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ onInput?: ((e: Event) => any) | undefined; onBlur?: ((e: FocusEvent) => any) | undefined; onChange?: ((e: Event) => any) | undefined; onFocus?: ((e: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: string) => any; } & { input: (e: Event) => any; blur: (e: FocusEvent) => any; change: (e: Event) => any; focus: (e: FocusEvent) => any; }, PublicProps, { disabled: boolean; placeholder: string; readonly: boolean; maxlength: number; rows: number; showCount: boolean; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ modelValue?: string; } & Props> & Readonly<{ onInput?: ((e: Event) => any) | undefined; onBlur?: ((e: FocusEvent) => any) | undefined; onChange?: ((e: Event) => any) | undefined; onFocus?: ((e: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, { disabled: boolean; placeholder: string; readonly: boolean; maxlength: number; rows: number; showCount: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ onInput?: ((e: Event) => any) | undefined; onBlur?: ((e: FocusEvent) => any) | undefined; onChange?: ((e: Event) => any) | undefined; onFocus?: ((e: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: string) => any; } & { input: (e: Event) => any; blur: (e: FocusEvent) => any; change: (e: Event) => any; focus: (e: FocusEvent) => any; }, string, { disabled: boolean; placeholder: string; readonly: boolean; maxlength: number; rows: number; showCount: boolean; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;