import { OnChanges, SimpleChanges } from "@angular/core"; import { ControlValueAccessor } from "@angular/forms"; import { FilterDirective } from "./filter.directive"; import * as i0 from "@angular/core"; export declare class TextRangeFilterDirective extends FilterDirective implements OnChanges, ControlValueAccessor { constructor(); minRange?: string; maxRange?: string; minLabel: string; maxLabel: string; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }