interface ComponentOption { value: string; label: string; disabled?: boolean; } export type { ComponentOption as C };