import type { Lang } from '../types'; import resources from '../resources.json'; export declare const ROOT_DATA: { clickEvent?: { time: number; x: number; y: number; }; windowSize: { width: number; height: number; }; }; export declare const RootContext: import("react").Context<{ i18nLang: Lang; i18nResources: typeof resources; }>;