import { IgoMap } from '@ximple/igo2-geo'; import { MapState } from '../../map/map.state'; export declare class ContextShareToolComponent { private mapState; readonly map: IgoMap; constructor(mapState: MapState); }