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