import type { Emitter } from '@mantou/gem/lib/decorators'; import type { TemplateResult } from '@mantou/gem/lib/element'; import { GemElement } from '@mantou/gem/lib/element'; import { Time } from '../lib/time'; export declare class DuoyunCalendarElement extends GemElement { #private; static headerRow: string; static headerLeftCell: string; static headerRightCell: string; static dayCell: string; static todayCell: string; static otherDayCell: string; static leftTopCell: string; static rightTopCell: string; static leftBottomCell: string; static rightBottomCell: string; static highlightCell: string; static noHighlightCell: string; static startHighlightCell: string; static stopHighlightCell: string; static date: string; static todayDate: string; datehover: Emitter; dateclick: Emitter; borderless: boolean; today: boolean; position?: number; highlights?: number[][]; renderDate?: (date: Time) => TemplateResult; render: () => TemplateResult; } //# sourceMappingURL=calendar.d.ts.map