/// import { ConnectIframeProvider } from '../ConnectIframeProvider'; export declare class MockConnectIframeProvider implements ConnectIframeProvider { handleIframeUnload: jest.Mock<{}>; onHideInlineDialog: jest.Mock<{}>; onStoreNestedIframeJSON: jest.Mock<{}>; handleIframeLoadTimeout: jest.Mock<{}>; handleIframeLoadingStarted: jest.Mock<{}>; handleIframeLoadingComplete: jest.Mock<{}>; buildIframeStyles: jest.Mock<{ key: string; } | { key?: undefined; }>; getLoadingTimeoutMilliseconds: jest.Mock<{}>; }