export interface IMultiselectOption { label: L; value: V; group: string; }