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