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