export default function createLoadingLikeDirective(Comp: any): { mounted(el: any, binding: any): void; updated(el: any, binding: any): void; };