import React, { type ReactNode } from 'react'; import { type MixpanelClient } from './mixpanelClient'; interface MixpanelProviderProps { distinctId?: string | null; environment?: string; superProperties?: Record; children: ReactNode; } export declare function MixpanelProvider({ distinctId, environment, superProperties, children, }: MixpanelProviderProps): React.JSX.Element; export declare function useAgentBi(): MixpanelClient; export {}; //# sourceMappingURL=mixpanelContext.d.ts.map