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