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