declare global { var useIdValue: number; } /** * Generates a unique (stable) ID for a component. Should be replaced with React.useId once we support only React 18. */ export declare function useId(prefix: string): string; //# sourceMappingURL=component-ids.d.ts.map