import { ElementRef } from '@angular/core'; export interface FilterContainerRef { getElementRef(): ElementRef; }