import type { TabsProps } from './Tabs';
import Tabs from './Tabs';
export type { AnimatedConfig, EditableConfig, MoreProps, PopupRender, Tab, TabBarExtraContent, } from './interface';
export type { TabPaneProps } from './TabPanelList/TabPane';
export type { GetIndicatorSize } from './hooks/useIndicator';
export type { TabsProps };
export default Tabs;
