import type { Options } from 'storybook/internal/types';
export type PreviewHtml = string | undefined;
export declare function generateIframeHtml(options: Options): Promise<string>;
//# sourceMappingURL=generate-iframe-html.d.ts.map