/// <reference types="react" />
declare const Chat: (props: any, ref: any) => JSX.Element;
export default Chat;
