import { type TemplateResult } from '../../../../../Dom/Html'; import type { CalendarYearsViewElement } from './CalendarYearsViewElement'; /** * The template of the `CalendarYearsViewElement`. * * @public */ export declare function calendarYearsViewElementTemplate(e: T): TemplateResult; //# sourceMappingURL=CalendarYearsViewElementTemplate.d.ts.map