import { ConnectIframeInterface } from '../ConnectIframeInterface'; export declare class MockConnectIframeInterface implements ConnectIframeInterface { id: string; src: string; name: string; }