declare function inserted(el: Element, binding: Record): void; declare function unbind(el: Element, binding: Record): void; declare const _default: { beforeMount: typeof inserted; unmounted: typeof unbind; }; export default _default;