import * as React from "react"; import { Nullable } from "../type"; type AmplitudeCtxValue = { amplitudeIsInit: boolean; setAmplitudeIsInit: Nullable>>; userBlockCookieUsage: boolean; setUserBlockCookieUsage: Nullable>>; }; export declare const AmplitudeCtx: React.Context; export declare const useAmplitudeCtx: () => AmplitudeCtxValue; export {}; //# sourceMappingURL=AmplitudeContext.d.ts.map