import type { ReactNode } from "react"; export * from "./variants.js"; type TabNavProps = { children: ReactNode; }; export declare function TabNav({ children }: TabNavProps): import("react").JSX.Element; //# sourceMappingURL=index.d.ts.map