import "@puckeditor/core/puck.css";
import { type PropsWithChildren } from "react";
export type PreviewMode = "light" | "dark" | "follow";
export declare const PreviewIframe: ({ children, iframeDocument, previewMode, }: PropsWithChildren<{
    iframeDocument?: Document;
    previewMode: PreviewMode;
}>) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=preview-iframe.d.ts.map