import { Key, ReactElement } from "react"; import { CUSTOM_FIELD_WRAPPER_SCHEMA } from "../schemes"; import { AdditionPropsType } from "../types"; declare const customFieldWrapperComponent: (schema: CUSTOM_FIELD_WRAPPER_SCHEMA, key: Key, additionProps: AdditionPropsType) => ReactElement; export default customFieldWrapperComponent;