type OpenPopupProps = { url: string; height: number; width: number; target?: string; }; /** * Open a popup in the center of the screen with the specified size. */ export declare function openPopup({ url, target, height, width }: OpenPopupProps): Window | null; export {}; //# sourceMappingURL=openPopup.d.ts.map