export interface SessionManagerProps { isRotate?: boolean; modal?: string[]; onClick?: (index: number) => void; tooltip?: Record; icons?: string[]; className?: string; }