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