import { FunctionComponent } from 'react';
import { WebTabbarItemProps } from "../../types";
export declare const TabbarItem: FunctionComponent<Partial<WebTabbarItemProps>>;
