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