import { FunctionComponent } from 'react';
import TabPane from "../tabpane";
import { WebTabsProps } from "../../types";
export declare const Tabs: FunctionComponent<Partial<WebTabsProps>> & {
    TabPane: typeof TabPane;
};
