export { default as TabBar } from './TabBar'; export type { TabBarProps } from './TabBar'; export type { TabPaneProps } from './pane/TabPane';