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