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