import { SVGProps } from "react"; declare const SvgAttachment: (props: SVGProps) => JSX.Element; export default SvgAttachment;