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