interface CallbackType { (arg?: string): void; } export declare function clickOutside(node: HTMLElement, callbackFunction: CallbackType): unknown; export {};