import { SVGProps } from "react";
declare const FCLandscape: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { FCLandscape };
