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