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