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