import type { ContentOptions } from '../adapters/HtmlRewriterAdapter'; import type { PipelineContext } from '../context'; import type { WebComponentElement, WebElement } from '../types'; export declare const renderElement: (ctx: PipelineContext, element: WebElement) => [string, ContentOptions]; export declare const renderComponentElement: (component: WebComponentElement) => string;