import { Container, SelectList } from "@caupulican/pi-tui"; import type { NormalizedProfile } from "../../../core/profile-registry.ts"; export declare class ProfileSelectorComponent extends Container { private selectList; constructor(profiles: NormalizedProfile[], activeProfileNames: string[], onSelect: (profileName: string) => void, onCancel: () => void); getSelectList(): SelectList; } //# sourceMappingURL=profile-selector.d.ts.map