import { EventEmitter, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; type Orientation = 'horizontal' | 'vertical'; export declare class OriSlider implements OnDestroy { defaultValue: number[]; min: number; max: number; step: number; orientation: Orientation; showTooltip: boolean; onValueChange: EventEmitter; readonly showTooltipState: import("@angular/core").WritableSignal; private pointerUpListener; private readonly ngZone; handlerValueChange($event: any): void; handlePointerDown(): void; handlePointerUp(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_showTooltip: unknown; } export {};