import { ShowExternalWindowPopupConfig } from '../../types/internal'; export declare const useShowPopupWindow: (io: any, ioConnectWindowPopup: any, showConfig?: ShowExternalWindowPopupConfig) => void;