/// import { ChatRoomType } from '../../redux/types/ChatType'; declare const Chatbox: ({ chat, index }: { chat: ChatRoomType; index: number; }) => JSX.Element; export default Chatbox; //# sourceMappingURL=index.d.ts.map