export interface BCDropListOptionsType { icon?: string; text: string; styleClass?: string; value: string; note?: string; separator?: boolean; }