import { FunctionComponent } from 'react'; import TabbarItem from "../tabbaritem/index"; import { TaroTabbarProps } from "../../types"; export declare const Tabbar: FunctionComponent> & { Item: typeof TabbarItem; };