import React from 'react'; interface GlobeIconProps { color?: string; className?: string; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare function GlobeIcon({ className, color }: GlobeIconProps): React.JSX.Element; export {}; //# sourceMappingURL=globe-icon.d.ts.map