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