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