import { ElementRef, OnInit } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class SliderComponent implements OnInit, ControlValueAccessor { private readonly elementRef; step: number; showTrack: boolean; min: number; max: number; _disabled: boolean; _value: number; _trackWidth: string; private _onTouched; private _onChange; inputRef: ElementRef; static ngAcceptInputType_min: number | string; static ngAcceptInputType_max: number | string; static ngAcceptInputType_step: number | string; constructor(elementRef: ElementRef); private _setThumbAndTrack; ngOnInit(): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(disabled: boolean): void; writeValue(obj: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }