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