export declare function generateElementId(prefix: string): string; /** * @deprecated Use `useId` available from React 18 or above instead. */ export declare function useId(providedId?: string): string;