/// import type { IconType } from "./Icon/types"; declare function Attachment(props: IconType): JSX.Element; export default Attachment;