import React from 'react'; import { IFabreactorMapProps } from './IMapProps'; import './Map.css'; export declare class FabreactorMap extends React.Component { map: any; constructor(props: any); componentDidMount(): void; render(): JSX.Element; }