import { Component } from "react"; import { SimpleChatProps } from "./SimpleChatProps"; import { SimpleChatState } from "./SimpleChatState"; export declare class SimpleChat extends Component { render(): undefined; }