import React from 'react'; import './index.scss'; import { TabsItemProps } from './type'; declare const TabsItem: React.FC; export default TabsItem;