export declare const TextArea: { 'zh-CN': { 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; }; }; }; 'ko-KR': { title: string; settings: { 'x-component-props': { maxLength: string; autoSize: string; showCount: string; }; }; }; };