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