export interface ToggleSelectItem { /** * Label to display on toggle button */ label: string; /** * Value of button */ value: any; }