import { CdkDragMove } from '@angular/cdk/drag-drop'; import * as i0 from "@angular/core"; export declare class SliderComponent { value: number; percentageValue: number; maxValue: number; constructor(); backgroundElement: any; circleElement: any; private isDragging; position: string; onDragMoved($event: CdkDragMove): void; get backgroundElementPosition(): { x: any; y: any; }; get backgroundElementWidth(): any; get mousePosition(): { x: any; y: any; }; get circlePosition(): { x: any; y: any; }; get circleRelativePosition(): { x: number; y: number; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }