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