import type { JSX } from 'react'; import type { JsonViewerProps } from './types'; export type { JsonViewerProps } from './types'; export declare function JsonViewer({ value, defaultExpandedDepth, expandAll, searchDebounceMs, helperText, searchPlaceholder, emptySearchText, className, maxHeight, appearance, storageKey, borderless, }: JsonViewerProps): JSX.Element;