import React from "react"; import { InnerDataProps } from "./types"; declare const JSONSyntaxFromData: React.MemoExoticComponent<(props: InnerDataProps) => React.JSX.Element>; export default JSONSyntaxFromData;