import { TranslationDefinition } from '../../hooks/useTranslate'; export type GrapesContextType = { locale: string; localesDefinition: TranslationDefinition; mapboxAccessToken?: string; userCountry?: string; setInert?: (inert: boolean) => void; }; export declare const GrapesContext: import('react').Context; //# sourceMappingURL=GrapesContext.d.ts.map