declare const EmptyDirective: { mounted(el: any, binding: any): void; updated(el: any, binding: any): void; }; export default EmptyDirective;