import * as React from "react"; interface SVGRProps { title?: string; titleId?: string; } declare function SvgMapView2D({ title, titleId, ...props }: React.SVGProps & SVGRProps): JSX.Element; declare const MemoSvgMapView2D: React.MemoExoticComponent; export default MemoSvgMapView2D; //# sourceMappingURL=MapView2D.d.ts.map