export function onClickOutside(target: Ref | Element, handler: Function, options?: { ignore: any[]; capture: boolean; }): Function; export namespace vClickOutside { function bind(el: any, { value: callback }: { value: any; }): void; function unbind(el: any): void; }