import type { CyclicSchemaExpandProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** The `CyclicSchemaExpandTemplate` is the template to use to render the cyclic schema expand message and controls * * @param props - The `CyclicSchemaExpandProps` for this component */ export default function CyclicSchemaExpandTemplate(props: CyclicSchemaExpandProps): import("react").JSX.Element;