export interface IFilterBarItemGroup {
    label: string;
    values: string[];
}
//# sourceMappingURL=IFilterBarItemGroup.d.ts.map