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