import type { Ref } from 'vue';
import type { IUseLoadingReturn } from '../types';
export declare function useLoading(_loading?: Ref<boolean>): IUseLoadingReturn;
