import { FunctionComponent } from 'preact';
import { TIconProps } from '../../types';
declare const GlobeIcon: FunctionComponent<TIconProps>;
export default GlobeIcon;
//# sourceMappingURL=GlobeIcon.d.ts.map