import { AfterViewInit, EventEmitter, Injector, OnDestroy, OnInit } from '@angular/core';
import { NgxFilterBase } from '../../../ngx-filter-base';
import { Filter } from "../../../../ngx-types";
export declare class NgxSelectFilterComponent extends NgxFilterBase implements OnInit, OnDestroy, AfterViewInit {
    filter: Filter;
    changeValue: EventEmitter<any>;
    constructor(injector: Injector);
    get Label1(): string;
    Label2: string;
    ngAfterViewInit(): void;
}
