/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { DependencyDomService } from '../dependencies/dependency-dom.service';
import { TimelineViewType } from '../models/timeline-view';
import { ViewBase } from './view-base';
import { OptionChangesService } from '../common/option-changes.service';
import * as i0 from "@angular/core";
/**
 * Represents the Gantt timeline year view component.
 *
 * @example
 * ```html
 * <kendo-gantt-timeline-year-view></kendo-gantt-timeline-year-view>
 * ```
 */
export declare class TimelineYearViewComponent extends ViewBase {
    /**
     * Specifies the type for this view (`year`).
     */
    readonly type: TimelineViewType;
    constructor(optionChangesService: OptionChangesService, dependencyDomService: DependencyDomService);
    static ɵfac: i0.ɵɵFactoryDeclaration<TimelineYearViewComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TimelineYearViewComponent, "kendo-gantt-timeline-year-view", never, {}, {}, never, never, true, never>;
}
