import { IframeConfig } from '../common/types'; export declare const createIframe: ({ dependentDomains, dataConfigs, }: IframeConfig) => void;