/**

*/
declare function popupWindow(url: string, title: string, window: any, w: number, h: number): Window;
export default popupWindow;
