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