import type { Renderer } from '../../../types.js'; declare const BrowserRenderer: Renderer; export default BrowserRenderer;