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