/// <reference types="react" />
import { MapContentsType, WebviewContentsContextType } from './types';
export declare const createWebviewContentsContext: <T extends MapContentsType>() => import("react").Context<WebviewContentsContextType<T>>;
