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