import { SimpleListOption } from "../SimpleListOption"; export interface SimpleListToolbarState { selectedOption?: SimpleListOption; }