import { type ReactNode } from "react"; import type { TabDescriptor } from "./TabsTypes"; export declare const useItemsWithIds: (children: ReactNode, id?: string) => [TabDescriptor[], (id: string) => TabDescriptor];