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