import type { Directive } from 'vue'; import type { Install } from '../_utils/withInstall'; import type loading from "./src/loading"; export declare const DkLoading: Install<{ directive: Install>; }>; export type loadingInstance = InstanceType; export default DkLoading;