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