export interface SelectInput { readonly id: string; readonly itemName: string; readonly iconClass?: string; readonly disabled?: boolean; readonly iconUrl?: string; }