import type { ExtendedOptions } from './types';
export declare type PreviewHtml = string | undefined;
export declare function transformIframeHtml(html: string, options: ExtendedOptions): Promise<string>;
