import type { IconProps } from '../types/index'; declare function SvgLink(iconProps: IconProps): JSX.Element; declare namespace SvgLink { var displayName: string; } export default SvgLink;