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