import TabbedPanel from './TabbedPanel';
import type { TabbedPanelProps, TabConfig } from './TabbedPanel.types';
export { TabbedPanel };
export type { TabbedPanelProps, TabConfig };
