export type SectionHeaderProps = { title: string; isSelected: boolean; };