import { type TextareaBaseProps } from '../input-base/common';
declare const _default: import("vue").DefineComponent<TextareaBaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
    blur: (event: any) => any;
    confirm: (event: any) => any;
    focus: (event: any) => any;
    input: (value: string) => any;
    keyboardheightchange: (event: any) => any;
    linechange: (event: any) => any;
}, string, import("vue").PublicProps, Readonly<TextareaBaseProps> & Readonly<{
    onBlur?: ((event: any) => any) | undefined;
    onConfirm?: ((event: any) => any) | undefined;
    onFocus?: ((event: any) => any) | undefined;
    onInput?: ((value: string) => any) | undefined;
    onKeyboardheightchange?: ((event: any) => any) | undefined;
    onLinechange?: ((event: any) => any) | undefined;
}>, {
    value: string;
    rootStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
    rootClass: string;
    disabled: boolean;
    fixed: boolean;
    placeholder: string;
    placeholderStyle: string;
    placeholderClass: string;
    maxlength: number;
    focus: boolean;
    cursorSpacing: number;
    cursor: number;
    confirmType: "send" | "search" | "next" | "go" | "done";
    confirmHold: boolean;
    selectionStart: number;
    selectionEnd: number;
    adjustPosition: boolean;
    holdKeyboard: boolean;
    ignoreCompositionEvent: boolean;
    inputmode: "none" | "text" | "decimal" | "numeric" | "tel" | "search" | "email" | "url";
    enableNative: boolean;
    autoBlur: boolean;
    autoHeight: boolean;
    showConfirmBar: boolean;
    disableDefaultPadding: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
