declare const SecurityDirective: { beforeMount(el: any, binding: any, vnode: any, prevVnode: any): void; created(): void; mounted(el: any, binding: any): void; beforeUpdate(): void; updated(): void; beforeUnmount(): void; unmounted(): void; }; export default SecurityDirective;