import { FC } from 'react'; interface JsonDisplayProp { josn?: any; } declare const JsonDisplay: FC; export default JsonDisplay;