import { Axis } from './axis.js'; export declare class YearIndicatorAxis extends Axis { private readonly YEAR_IN_MILLISECONDS; constructor(context: any); plot(): void; getIntervalWidth(d: Date): number; setBoundDates(dates: Date[]): this; }