import { OnInit } from '@angular/core'; import { IMonth } from '../../models/interfaces'; import * as i0 from "@angular/core"; export declare class DaysTrackComponent implements OnInit { private readonly scrollerRef; private readonly viewportRef; private readonly monthComponents; private readonly selectionComponent; months: IMonth[]; /** Is the track at the very beginning */ inStart: boolean; /** Is the track at the very end */ inEnd: boolean; private readonly pickerService; private readonly renderer; ngOnInit(): void; /** Getting the left offset for a selection component */ private getSelectionLeft; /** Getting the width of a range selection component */ private getSelectionWidth; /** Getting `scrollWidth` from the scroller */ getScrollerScrollWidth(): number; getViewportWidth(): number; /** Getting the `left` property from the scroller */ getScrollerLeft(): number; /** Setting the `left` property for the scroller */ setScrollerLeft(value: number): void; trackByMonthId(index: number, month: IMonth): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }