/**
 * Wrapper around React's `useId` hook, which prefixes the id with `iui-` and uses
 * a random value as fallback for older React versions which don't include `useId`.
 */
export declare const useId: () => string;
