import type { ObjectDirective } from 'vue';
import type { MaybeRef } from 'vuesax-alpha/es/utils';
declare type LoadingOptions = {
    loading: MaybeRef<boolean>;
};
declare const loading: ObjectDirective<HTMLElement, LoadingOptions | LoadingOptions['loading']>;
export default loading;
