export declare const ProFormTextarea: {
    new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').ProFormTextareaProps> & Readonly<{
        "onUpdate:modelValue"?: ((...args: any) => any) | undefined;
        onChange?: ((...args: any) => any) | undefined;
        onFocus?: ((...args: any) => any) | undefined;
        onBlur?: ((...args: any) => any) | undefined;
        onKeydown?: ((...args: any) => any) | undefined;
        onKeypress?: ((...args: any) => any) | undefined;
        onKeyup?: ((...args: any) => any) | undefined;
    }>, {
        focus: () => void;
        blur: () => void;
        clear: () => void;
        getValue: () => import('@tdesign-pro-component/utils').ValueType;
        getRef: <T extends any = any>() => T;
    }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
        "update:modelValue": any;
        change: any;
        focus: any;
        blur: any;
        keydown: any;
        keypress: any;
        keyup: any;
    }, import('vue').PublicProps, {
        labelAlign: "left" | "top" | "right";
    }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<import('./types').ProFormTextareaProps> & Readonly<{
        "onUpdate:modelValue"?: ((...args: any) => any) | undefined;
        onChange?: ((...args: any) => any) | undefined;
        onFocus?: ((...args: any) => any) | undefined;
        onBlur?: ((...args: any) => any) | undefined;
        onKeydown?: ((...args: any) => any) | undefined;
        onKeypress?: ((...args: any) => any) | undefined;
        onKeyup?: ((...args: any) => any) | undefined;
    }>, {
        focus: () => void;
        blur: () => void;
        clear: () => void;
        getValue: () => import('@tdesign-pro-component/utils').ValueType;
        getRef: <T extends any = any>() => T;
    }, {}, {}, {}, {
        labelAlign: "left" | "top" | "right";
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('./types').ProFormTextareaProps> & Readonly<{
    "onUpdate:modelValue"?: ((...args: any) => any) | undefined;
    onChange?: ((...args: any) => any) | undefined;
    onFocus?: ((...args: any) => any) | undefined;
    onBlur?: ((...args: any) => any) | undefined;
    onKeydown?: ((...args: any) => any) | undefined;
    onKeypress?: ((...args: any) => any) | undefined;
    onKeyup?: ((...args: any) => any) | undefined;
}>, {
    focus: () => void;
    blur: () => void;
    clear: () => void;
    getValue: () => import('@tdesign-pro-component/utils').ValueType;
    getRef: <T extends any = any>() => T;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
    "update:modelValue": any;
    change: any;
    focus: any;
    blur: any;
    keydown: any;
    keypress: any;
    keyup: any;
}, string, {
    labelAlign: "left" | "top" | "right";
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
export * from './types';
