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