/** * custom typing directive * pass a function to this Directive, change inputInterval value to increase or decrease reactivity */ export declare const typing: { beforeMount(el: any, binding: any, vnode: any): void; };