import './chatContainer.scss'; import { h } from 'preact'; export declare function ChatContainer(props: any): h.JSX.Element;