import React from 'react'; import { PostHog } from './posthog-rn'; export declare const PostHogContext: React.Context<{ client: PostHog; }>;