import * as React from "react"; import { FieldProps } from "../../types"; export default class _SchemaField extends React.Component { applyFunction(props: FieldProps): FieldProps; render(): JSX.Element; }