import type { Data } from './formatter';
export declare const ServerSafeHTMLElement: {
    new (): HTMLElement;
    prototype: HTMLElement;
};
export declare const renderInnerHTML: (data: Data) => string;
