import m from 'mithril';
import { SVGAttributes } from '../svg';
declare const LandscapeSolid: m.Component<SVGAttributes>;
export default LandscapeSolid;
