import { OnChanges, SimpleChanges } from '@angular/core'; import { BaseComponent } from 'base-form'; import * as i0 from "@angular/core"; export declare class SelectFilterComponent extends BaseComponent implements OnChanges { optionLabel: string; options: any[]; private optionsLength; get selectionLimit(): number; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=select-filter.component.d.ts.map