declare const _default: { createIframeAndPage(html: Record | string): { iframe: HTMLIFrameElement; page: HTMLElement; }; show(html: Record | string): void; }; export default _default;