import { type SessionListFilter } from '../../hooks/useSessions'; interface SessionListContainerProps { activeSessionId?: string; onSelectSession: (sessionId: string) => void; sessionType?: SessionListFilter; emptyMessage?: string; /** * Set when the host floats an absolutely-positioned h-12 header over the * list: adds a matching top spacer and offsets sticky group headers. */ hasOverlayHeader?: boolean; } export declare const SessionListContainer: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=SessionListContainer.d.ts.map