import type { JSONSchema } from "@theme/JSONSchemaViewer/types"; import type { JSX } from "react"; type Props = { value: unknown; schema: JSONSchema; }; export default function CreateValue(props: Props): JSX.Element; export {}; //# sourceMappingURL=CreateValue.d.ts.map