import { ObjectDirective, VNode } from 'vue';
interface LoadingRecord {
    spin: VNode;
    props: any;
    originPosition: string;
}
export declare const loading: ObjectDirective<HTMLElement & {
    __loading?: LoadingRecord;
}, any>;
export {};
