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