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