import { appYearGridName } from './constants.js'; import { YearGrid } from './year-grid.js'; export declare class AppYearGrid extends YearGrid { } declare global { interface HTMLElementTagNameMap { [appYearGridName]: AppYearGrid; } } //# sourceMappingURL=app-year-grid.d.ts.map