/// import type { PluginOptions } from "../types"; declare const _default: { domains: any[]; /** * Generate HTML for an embedded iframe. */ render(options: PluginOptions, url: URL, title?: string): string; }; export default _default;