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