/**
 * Public properties of the FilterBarItem
 *
 */
export interface IFilterBarItem {
    /**
        Label of the filter
    */
    label: string;
    /**
        Value of the filter
    */
    value: string;
}
//# sourceMappingURL=IFilterBarItem.d.ts.map