import type { HTMLRuntimeConfig } from '@diplodoc/html-extension'; /** * Default runtime config with shadow mode disabled for XSS protection. */ export declare const DEFAULT_HTML_RUNTIME_CONFIG: HTMLRuntimeConfig;