import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class RangeFilterPipe implements PipeTransform {
    transform(value: number[], min?: number, max?: number): number[];
    static ɵfac: i0.ɵɵFactoryDeclaration<RangeFilterPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<RangeFilterPipe, "oblRangeFilter", true>;
}
