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