import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const GlobeNetworkAddIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link GlobeNetworkAddIcon} instead.
 */
export declare const GlobeNetworkAdd: typeof GlobeNetworkAddIcon;
export default GlobeNetworkAddIcon;
