import { ObjectDirective } from 'vue'; import type { MaybeRef } from '@vueuse/core'; declare type LoadingOptions = { loading: MaybeRef; }; declare const loading: ObjectDirective; export default loading;