import { QueryList, ViewContainerRef, AfterViewInit } from '@angular/core'; import { GasFormKeyDirective } from '../../../utils/gas-form-key/gas-form-key.directive'; export declare class GasCustomTableFilterDirective implements AfterViewInit { private host; component: any; get filters(): QueryList; constructor(host: ViewContainerRef); ngAfterViewInit(): void; getComponent(ref: any): any; }