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