import { ChatRuntime } from '../../../app/Types/firebase'; import React from 'react'; declare const ChatOverviewPanel: (props: { localRuntimeData: ChatRuntime; setLocalData: any; id: string; fromClient?: boolean; }) => React.JSX.Element; export default ChatOverviewPanel;