import { OnChanges } from "@angular/core"; import { ControlValueAccessor } from "@angular/forms"; import { FilterDirective } from "./filter.directive"; import * as i0 from "@angular/core"; export declare class SelectFilterDirective extends FilterDirective implements OnChanges, ControlValueAccessor { constructor(); options: any[]; optionLabel: string; optionValue: string; showFilter: boolean; showAll: boolean; multiple: boolean; popupWidth: string; appendTo: string; panelStyleClass: string; allText: string; maxSelectedLabels: number; virtualScroll: boolean; selectedItemsLabel: string; group: boolean; resetFilterOnHide: boolean; ngOnChanges(changes: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }