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