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