import { FunctionComponent } from 'react'; import { TabbarProps } from './types'; export declare const Tabbar: FunctionComponent;