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