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