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