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