/** * Finds the current surrounding window of the widget or node. * @param obj can be a widget or a domNode. * @return {any} */ declare function findEnclosingWindow(obj: any): any; declare namespace _default { export { findEnclosingWindow }; } export { _default as default, findEnclosingWindow };