export interface Segment { title: string; selected: boolean; }