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