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