/** * title: Display switcher * description: The switcher is displayed when the amount of data is greater than 50. * * title.zh-CN: 显示切换器 * description.zh-CN: 数据量大于50的时候会显示切换器 */ import * as React from 'react'; declare const _default: () => React.JSX.Element; export default _default;