export declare const useLoading: () => {
    show: () => void;
    hide: () => void;
    loading: import("vue").Ref<boolean>;
};
