import { IconProps } from '../Icon'; declare function SvgAttachment(props: IconProps): JSX.Element; export default SvgAttachment;