import './ImageAttachment.scss'; import { FileEntity } from '../../../../../../Domain/entity/FileEntity'; type ImageAttachmentComponentProps = { imageFile: FileEntity; }; declare const ImageAttachment: ({ imageFile, }: ImageAttachmentComponentProps) => import("react/jsx-runtime").JSX.Element; export default ImageAttachment; //# sourceMappingURL=ImageAttachment.d.ts.map