import * as React from 'react'; import { ItemSchema } from '../../schema'; import { FieldProps } from '../field'; import { Context } from '../context'; export declare function factory(context: Context, itemSchema: ItemSchema, children: React.ReactNode, fieldProps?: FieldProps): JSX.Element;