import { JSONSchema } from "json-schema-typed"; import { JSVOptions } from "../../contexts"; import type { JSX } from "react"; type Props = { schema: Exclude; options: JSVOptions; nullable?: boolean; }; export default function UnsolvedRefsQM(props: Props): JSX.Element; export {}; //# sourceMappingURL=UnsolvedRefs.d.ts.map