import { ChangeDetectorRef, ElementRef, NgZone, OnInit, Renderer2 } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import { SliderOrientation } from '@fluentui/web-components'; import * as i0 from "@angular/core"; export declare class SliderProxy implements ControlValueAccessor, OnInit { protected z: NgZone; private renderer; protected el: HTMLElement; min: string; max: string; defaultValue: string; disabled: boolean; value: string; size: string; orientation: SliderOrientation; touched: boolean; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone, renderer: Renderer2); ngOnInit(): void; listenForChanges(): void; handleChange(value: string): void; writeValue(value: string): void; onChange: (value: any) => void; registerOnChange(onChange: any): void; onTouched: (value: any) => void; registerOnTouched(onTouched: any): void; markAsTouched(): void; setDisabledState(disabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class SliderWrapperModule { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } //# sourceMappingURL=sliderProxy.component.d.ts.map