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