interface RpcPanelProps { serverId: string; className?: string; } /** * Reusable RPC Messages panel component for displaying and managing JSON-RPC messages. * * Provides a collapsible panel with message count badge, clear/export actions, and * integrated JsonRpcLoggerView. Manages its own state for collapse/expand behavior * and panel resizing. * * @param serverId - Server ID for filtering RPC messages in the logger view. * @param className - Optional additional CSS classes for the panel wrapper. * @returns The RpcPanel React element. */ export declare function RpcPanel({ serverId, className }: RpcPanelProps): import("react/jsx-runtime").JSX.Element; export declare namespace RpcPanel { var displayName: string; } export {}; //# sourceMappingURL=RpcPanel.d.ts.map