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