export declare const TextArea: {
    "ru-RU": {
        title: string;
        settings: {
            "x-component-props": {
                maxLength: string;
                autoSize: {
                    title: string;
                    tooltip: string;
                };
                showCount: string;
            };
        };
    };
    "en-US": {
        title: string;
        settings: {
            "x-component-props": {
                maxLength: string;
                autoSize: string;
                showCount: string;
            };
        };
    };
};
