import type { Emitter } from '@mantou/gem/lib/decorators'; import { GemElement, type TemplateResult } from '@mantou/gem/lib/element'; export declare class DuoyunCountdownElement extends GemElement { #private; static hours: string; static minutes: string; static seconds: string; static delimiter: string; value: number; renderChar: (char: string) => TemplateResult; finish: Emitter; render: () => TemplateResult; } //# sourceMappingURL=countdown.d.ts.map