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