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