export interface DropdownSettings { singleSelection: Boolean; text: String; enableCheckAll: Boolean; selectAllText: String; unSelectAllText: String; enableSearchFilter: Boolean; searchBy: Array[]; maxHeight: number; badgeShowLimit: Number; classes: String; limitSelection?: any; disabled?: Boolean; searchPlaceholderText: String; groupBy?: String; showCheckbox?: Boolean; noDataLabel: string; searchAutofocus?: boolean; lazyLoading?: boolean; labelKey?: String; primaryKey: string; position: string; }