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