import { App } from 'vue';
/**
 * 导出指令方法：v-xxx
 * @methods authDirective 用户权限指令，用法：v-auth
 * @methods wavesDirective 按钮波浪指令，用法：v-waves
 * @methods dragDirective 自定义拖动指令，用法：v-drag
 * @methods reclickDirective 重复按钮提交指令，用法：v-reclick
 */
export declare function directive(app: App): void;
