export declare const Input: { 'zh-CN': { title: string; settings: { 'x-component-props': { addonAfter: string; addonBefore: string; maxLength: string; prefix: string; suffix: string; autoSize: { title: string; tooltip: string; }; showCount: string; checkStrength: string; }; }; }; 'en-US': { title: string; settings: { 'x-component-props': { addonAfter: string; addonBefore: string; maxLength: string; prefix: string; suffix: string; autoSize: string; showCount: string; checkStrength: string; }; }; }; 'ko-KR': { title: string; settings: { 'x-component-props': { addonAfter: string; addonBefore: string; maxLength: string; prefix: string; suffix: string; autoSize: string; showCount: string; checkStrength: string; }; }; }; };