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