/// <reference types="react" />
import { BoxProps } from '../box';
export declare const ExternalIcon: (props: BoxProps) => JSX.Element;
