import { VanillaCalendar } from '../vanilla-calendar'; declare const show: (self: VanillaCalendar) => void; export default show; //# sourceMappingURL=show.d.ts.map