declare function bind(el: any, binding: any, vnode: any): void;
declare function update(el: any, binding: any, vnode: any): void;
declare function unbind(el: any, binding: any, vnode: any): void;
declare const _default: {
    bind: typeof bind;
    unbind: typeof unbind;
    update: typeof update;
};
export default _default;
