import { type FC } from 'react'; export declare const ChatViewerRenderer: FC; export declare const ChatViewer: FC<{ onClose: () => void; }>; //# sourceMappingURL=ChatViewer.d.ts.map