import React, { ReactElement } from 'react'; import TabPane, { TabPaneType, TabPaneProps } from './tab-pane'; import { TabsProps } from './interface'; export declare const TabsContext: React.Context { tab: string; tabpane: string; }; paneChildren?: ReactElement[]; prefixCls?: string; }>; declare const TabsComponent: React.ForwardRefExoticComponent> & { TabPane: typeof TabPane; }; export default TabsComponent; export { TabsProps };