import type { JSX } from "react"; import type { JSONSchema, TypeValues } from "@theme/JSONSchemaViewer/types"; type RenderProvidedTypeProps = { schema: Exclude; type: TypeValues; nullable?: boolean; }; export default function RenderProvidedType({ schema, type, nullable, }: RenderProvidedTypeProps): JSX.Element; export {}; //# sourceMappingURL=RenderProvidedType.d.ts.map