import React from 'react'; import type { Attachment } from 'belo-js-sdk'; import type { DefaultBeloChatGenerics } from '../../types/types'; export type FileAttachmentProps = { attachment: Attachment; }; export declare const FileAttachment: ({ attachment, }: FileAttachmentProps) => React.JSX.Element; //# sourceMappingURL=FileAttachment.d.ts.map