import { FunctionComponent } from 'react'; import { TabbarItemProps } from './types'; export declare const TabbarItem: FunctionComponent;