import type { JSONSchema } from "@theme/JSONSchemaViewer/types"; import type { JSX } from "react"; type Props = { [x: string]: any; schema: JSONSchema; }; export default function CreateNodes(props: Props): JSX.Element; export {}; //# sourceMappingURL=CreateNodes.d.ts.map