import { type TemplateResult } from 'lit'; import type { AttributeRenderer, DeltaInsert } from '../types.js'; import type { BaseTextAttributes } from './base-attributes.js'; export declare function renderElement(delta: DeltaInsert, parseAttributes: (textAttributes?: TextAttributes) => TextAttributes | undefined, attributeRenderer: AttributeRenderer): TemplateResult<1>; //# sourceMappingURL=renderer.d.ts.map