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