import { FilterControlParams } from './filter-control-params'; export interface FilterControl { className: string; control: FilterControlParams; }