import type { Options } from './types'; declare const renderMain: (el: HTMLElement | null | undefined, jsonValue: object, options?: Partial) => HTMLDivElement; export { renderMain as jsonRender }; export type { Options as JsonRenderOptions };