import { VanillaCalendar } from '../../vanilla-calendar'; export declare const DOMParser: (self: VanillaCalendar, template: string) => string; export declare const MultipleParser: (self: VanillaCalendar, template: string) => string; //# sourceMappingURL=parseComponent.d.ts.map