import type { FunctionalComponent } from 'vue'; declare const Calendar: FunctionalComponent<{}, {}>; export default Calendar;