import { HtmlRR0Context } from "../RR0Context.js";
import { ReferenceGenerator } from "../ReferenceGenerator.js";
export declare class NoteRenderer {
    protected counter: ReferenceGenerator<any>;
    constructor(counter: ReferenceGenerator<any>);
    render(context: HtmlRR0Context, html: string): HTMLElement;
}
