import { EventEmitter, OnInit } from '@angular/core'; import { ConfigService } from '../../services/config/config.service'; import { EditorService } from '../../services/editor/editor.service'; import * as i0 from "@angular/core"; export declare class SilderEvent { leftAnchor: number; step: number; rightAnchor: number; } export declare class SliderComponent implements OnInit { configService: ConfigService; editorService: EditorService; sliderValue: any; editorDataInput: any; leftAnchor: any; rightAnchor: any; step: any; onChange: EventEmitter; constructor(configService: ConfigService, editorService: EditorService); ngOnInit(): void; onValueChange(event: any, key: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=slider.component.d.ts.map