/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { EventEmitter, Injector } from '@angular/core';
import { TimelineViewType } from '../models/models';
import { TimelineBaseViewService } from './timeline-base-view.service';
import * as i0 from "@angular/core";
/**
 * @hidden
 */
export declare class TimelineViewService {
    private injector;
    viewChange: EventEmitter<any>;
    constructor(injector: Injector);
    service(view: TimelineViewType): TimelineBaseViewService;
    static ɵfac: i0.ɵɵFactoryDeclaration<TimelineViewService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<TimelineViewService>;
}
