import { Plugin } from 'vue';
import { DrawerMethod } from './type';
export type DrawerPluginType = Plugin & DrawerMethod;
export declare const DrawerPlugin: DrawerPluginType;
export default DrawerPlugin;
