import { EventEmitter, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SliderDirective { private elRef; private listenerMove; private listenerStop; rgX: number; rgY: number; slider: string; dragEnd: EventEmitter; dragStart: EventEmitter; newValue: EventEmitter; mouseDown(event: any): void; touchStart(event: any): void; constructor(elRef: ElementRef); private move; private start; private stop; private getX; private getY; private setCursor; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }