import React from 'react'; import type { DeterministicIdProviderValue } from './DeterministicIdContextProvider'; declare global { var __INSTUI_GLOBAL_INSTANCE_COUNTER__: Map; } declare const defaultDeterministicIDMap: DeterministicIdProviderValue; declare const DeterministicIdContext: React.Context; export { DeterministicIdContext, defaultDeterministicIDMap }; //# sourceMappingURL=DeterministicIdContext.d.ts.map