export function getInjectedUiSchema(uiSchema: any, injections: any, uiSchemaContext: any): any; export default class ContextInjectionField extends React.Component { static propTypes: { uiSchema: PropTypes.Validator; target: PropTypes.Requireable; }>>>; uiSchema: PropTypes.Requireable; }>>>; formData: PropTypes.Requireable>; schema: PropTypes.Validator; }>>>; }; static getName(): string; constructor(props: any); constructor(props: any, context: any); getStateFromProps(props: any): { [x: number]: any; }; } import * as React from "react"; import * as PropTypes from "prop-types";