import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Attachment: React.MemoExoticComponent>; declare type AttachmentRef = PathIconRef; declare type AttachmentProps = PathIconProps; export { Attachment }; export type { AttachmentRef, AttachmentProps }; export default Attachment;