export declare const clickOutside: (node: HTMLElement, handler: (event: any) => void) => { destroy: () => void; };