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