import { Ref } from 'vue'; import { LoadingPropsT } from './types'; declare const useLoading: (opt?: Partial, wrap?: Ref | HTMLElement | string) => { toggle(show?: boolean): void; }; export default useLoading;