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