import { default as AffinityIFrame } from './affinity'; import { default as Iframe } from './iframe'; import { default as Modal } from './modal'; import { IframeUserConfiguration } from '../types/types'; export declare function loadInlineIframe(containerElement: HTMLElement, url: string): Iframe; export declare function loadInModal(url: string, userConfig?: IframeUserConfiguration): Modal; export declare function loadAffinityIFrame(containerElement: HTMLElement, url: string): AffinityIFrame; declare const _default: { loadInModal: typeof loadInModal; loadInlineIframe: typeof loadInlineIframe; }; export default _default;