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