interface Props { code?: string; title?: string; isDark?: boolean; htmlPreviewAllowScripts?: boolean; htmlPreviewSandbox?: string; onClose?: () => void; } declare const HtmlPreviewFrame: import("svelte").Component; type HtmlPreviewFrame = ReturnType; export default HtmlPreviewFrame;