import { FieldProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** The `OptionalDataControlsField` component is used to render the optional data controls for the field associated * with the given props. * * @param props - The `FieldProps` for this template */ export default function OptionalDataControlsField(props: FieldProps): "" | import("react/jsx-runtime").JSX.Element | undefined; //# sourceMappingURL=OptionalDataControlsField.d.ts.map