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