import { EventEmitter, OnInit, QueryList } from '@angular/core'; import { MultiSelectComponent } from '../../multi-select/multi-select.component'; import { SearchSelectComponent } from '../../search-select/search-select.component'; import * as i0 from "@angular/core"; export declare class FilterComponent implements OnInit { show: boolean; visible: boolean; hide: boolean; filterKeys: any[]; filterLabels: any[]; containerElement: string; multiSelect: QueryList; searchSelect: QueryList; action: EventEmitter; clearSearchSelect: boolean; constructor(); ngOnInit(): void; emitObject(row: any, action: string): void; filter(): void; clear(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }