interface LooperSessionRailProps { activeSessionId?: string; onSelectSession: (sessionId: string) => void; /** See SessionListContainer: host floats an h-12 header over the list. */ hasOverlayHeader?: boolean; } /** * Left rail for the Looper tab: lists looper sessions using the same * session-list primitive as the Agents tab. Selection is route state owned * by the host app (e.g. navigating to /looper/$sessionId). */ export declare const LooperSessionRail: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=LooperSessionRail.d.ts.map