export default class UiFieldApplierField extends React.Component { static propTypes: { schema: PropTypes.Validator; }>>>; uiSchema: PropTypes.Requireable; functions: PropTypes.Requireable; "ui:options": PropTypes.Requireable; }> | (PropTypes.InferProps<{ "ui:field": PropTypes.Validator; "ui:options": PropTypes.Requireable; }> | null | undefined)[] | null | undefined>>; }>>; }>>; formData: PropTypes.Requireable; }; static getName(): string; constructor(props: any); functions: any[]; getFunctions: () => any; getStateFromProps(props: any): any; onChange: (formData: any) => void; onChangeFormData: any; combinedOnChange(formData: any): void; } import * as React from "react"; import * as PropTypes from "prop-types";