import { Plugin } from 'vue'; import Calendar from './src/Calendar.vue'; export declare const CalendarPlugin: Plugin; export { Calendar, };