export interface CuiOption { readonly label: string; readonly value: unknown; readonly isDisabled?: boolean; readonly tooltip?: string; }