import React from 'react'; interface ChatProps { port?: number; path?: string; } export declare const Chat: React.FC; export {};