import React from 'react';
import './Chat.css';
import type { ChatProps } from './interfaces';
declare const Chat: React.FC<ChatProps>;
export default Chat;
//# sourceMappingURL=Chat.d.ts.map