declare namespace _default { function mounted(el: any, binding: any): void; function unmounted(el: any): void; } export default _default;