export function MapProvider({ width, height, projection, projectionConfig, ...restProps }: { [x: string]: any; width: any; height: any; projection: any; projectionConfig: any; }): any; export namespace MapProvider { namespace propTypes { let width: any; let height: any; let projection: any; let projectionConfig: any; } } export const MapContext: any; export function useMapContext(): any;