export declare const IFRAME_ID = "connectIframe"; export declare const STYLES_ID = "connectStyles"; export declare const PLATFORM_IFRAME = "iframe"; export declare const PLATFORM_POPUP = "web"; export declare const CONNECT_SDK_VERSION = "2.3.0"; export declare const CONNECT_SDK_BUILD_SOURCE = "NPM"; export declare const POPUP_WIDTH = 600; export declare const POPUP_HEIGHT = 600; export declare const CONNECT_POPUP_WIDTH = 520; export declare const CONNECT_POPUP_HEIGHT = 720; export declare const ACK_EVENT = "ack"; export declare const CANCEL_EVENT = "cancel"; export declare const URL_EVENT = "url"; export declare const DONE_EVENT = "done"; export declare const ERROR_EVENT = "error"; export declare const PING_EVENT = "ping"; export declare const WINDOW_EVENT = "window"; export declare const ROUTE_EVENT = "route"; export declare const USER_EVENT = "user"; export declare const CLOSE_POPUP_EVENT = "closePopup";