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