/** * title: textarea * description: Limit the length of the text. * * title.zh-CN: 文本域 * description.zh-CN: 限制长度的文本域。 */ import * as React from 'react'; declare const _default: () => React.JSX.Element; export default _default;