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