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