/** * Open a centered popup window. * * @param url Url of the floating window */ export declare function openWindow(url: string): void;