export interface SelectListItem { value: string; text: string; selected?: boolean; checkbox?: boolean; radio?: boolean; }