import React from 'react'; import { TabbarItemProps } from './PropsType'; declare const TabbarItem: React.FC; export default TabbarItem;