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