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