import { FC } from 'react'; import { MapContentInterface } from './mapContent.types'; export declare const MapContent: FC;