import * as React from 'react';
export declare function HtmlBlock({ rawHtml }: {
    rawHtml: string;
}): React.JSX.Element;
