import { OnInit, EventEmitter } from "@angular/core"; import * as i0 from "@angular/core"; export declare class SliderComponent implements OnInit { min: number; max: number; value: any; multi: boolean; labels: Array; title: string; unit: string; onBlur: EventEmitter; onMove: EventEmitter; maxValue: number; minValue: number; constructor(); ngOnInit(): void; setValue(): void; onMax(e: any): void; onMin(e: any): void; onDone(): void; get barWidth(): number; get barLeft(): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }