import { Directive } from 'vue'; /** * v-loading 指令 */ export declare const vLoading: Directive; export default vLoading;