export interface DropdownSelectionChange { value: string | string[]; }