import type { Attachment, DefaultOneChatGenerics } from '../../types'; export declare type FileAttachmentProps = { attachment: Attachment; }; export declare const FileAttachment: ({ attachment, }: FileAttachmentProps) => JSX.Element; //# sourceMappingURL=FileAttachment.d.ts.map