/** * title: basic * description: Ordinary input box and password box with icons. * * title.zh-CN: 基础的 * description.zh-CN: 带图标的普通输入框和密码框。 */ import * as React from 'react'; declare const _default: () => React.JSX.Element; export default _default;