import {BackendFilter, FilterControl} from '../backend-filter'; export interface FilterPanelProps { filter: BackendFilter; }