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