import { TabsProps } from './tabs.type'; import { TabsPanelProps } from './tabs-panel.type'; declare const Tabs: { (props: TabsProps): import("react/jsx-runtime").JSX.Element; Panel: (props: TabsPanelProps) => import("react/jsx-runtime").JSX.Element | null; }; export default Tabs; //# sourceMappingURL=tabs.d.ts.map