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