import { default as React } from 'react'; export interface ChatWindowProps { className?: string; isMobile?: boolean; isPopover?: boolean; } export declare const ChatWindow: React.FC; //# sourceMappingURL=index.d.ts.map