export interface BCMSSelectOption { label: string; value: string; image?: string; }