import { IJsonToHtmlOptions } from './types';
export declare const toRedactor: (jsonValue: any, options?: IJsonToHtmlOptions) => string;
