export declare function clickOutside(node: HTMLElement, buttonId: string): {
    destroy(): void;
};
