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