/** * Active Sessions Panel */ import React from 'react'; import type { SessionSummary } from '../../../types/session.types.js'; export declare function ActiveSessionsPanel({ selectedIndex, sessions }: { selectedIndex: number; sessions: SessionSummary[]; }): React.JSX.Element; //# sourceMappingURL=active-sessions-panel.d.ts.map