import type { FieldProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** The `CyclicSchemaField` component is used to render a field in the schema that is marked with RJSF_REF_CYCLE_KEY === * true * * @param props - The `FieldProps` for this template */ export default function CyclicSchemaField(props: FieldProps): import("react").JSX.Element; //# sourceMappingURL=CyclicSchemaField.d.ts.map