import { Emitter } from '@mantou/gem/lib/decorators'; import { GemElement, TemplateResult } from '@mantou/gem/lib/element'; import { Time } from '../lib/time'; /** * @customElement dy-calendar * @attr borderless * @attr today */ 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; datehover: Emitter; dateclick: Emitter; borderless: boolean; today: boolean; position?: number; highlights?: number[][]; renderDate?: (date: Time) => TemplateResult; constructor(); willMount: () => void; render: () => TemplateResult; } //# sourceMappingURL=calendar.d.ts.map