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