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