/**
 * The ID is generated using the `nanoid` library and is memoized to ensure
 * that it remains the same across renders unless the key changes.
 */
export declare const useStableId: (key?: string) => string;
