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