import { FC, PropsWithChildren } from "react"; //#region src/components/navigation/tabs/tabs.d.ts declare const Tabs: { readonly Root: FC void; ids: [string, ...string[]]; }>>; readonly List: FC>; readonly Tab: FC>; readonly Panel: FC>; }; //#endregion export { Tabs };