import type { WithInstall } from '../utils'; import type { NProgress as INProgress } from 'nprogress'; declare const Loading: WithInstall<{ call: INProgress; }>; export default Loading; export { Loading };