import React from 'react'; import { IMapToolsManager } from 'geovisto'; import { IGeovistoMapHandle } from '../types'; /** * Component which wraps Geovisto map. */ export declare const GeovistoMap: React.ForwardRefExoticComponent>;