/** 查找window 变量值，优先查找父级元素，如果没有找到 */
export declare function findWindow<T = {}>(name: string): T | null;
