import { type SvgIconProps } from '../lib/SvgIcon.js'; /** * Use when linking to any external resource (i.e., outside the current tenant evironment * @public */ export declare const ExternalLinkIcon: import("react").ForwardRefExoticComponent> & { displayName: string; };