export default interface SelectionListItem { title: string; text: string; onChange: () => void; }