import { IconProps } from '../lib';
declare function Globe(props: IconProps): JSX.Element;
export default Globe;
