import { Key } from '@react-types/shared'; import { TabListState } from 'react-stately/useTabListState'; export declare const tabsIds: WeakMap, string>; export declare function generateId(state: TabListState | null, key: Key | null | undefined, role: string): string;