import type { ClientOptions } from "../.."; export declare function loadPreviewIframe(iframe: HTMLIFrameElement, url: string): Promise; export declare const setPreviewIframeProperties: (iframe: HTMLIFrameElement, options: ClientOptions) => void;