import { SelectList } from "@kolisachint/hoocode-tui"; import { InputFrame } from "./input-frame.js"; /** * Picker for the session's colour slot. * * Each row *is* the chip it would produce, in the session's current name, because * the slots have no useful names of their own: which of six hues reads best in * this theme on this terminal is a thing you look at, not a thing you can be told. */ export declare class SessionColorSelectorComponent extends InputFrame { private selectList; constructor(sessionName: string, currentSlot: number, onSelect: (slot: number) => void, onCancel: () => void, onPreview?: (slot: number) => void); getSelectList(): SelectList; } //# sourceMappingURL=session-color-selector.d.ts.map