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