import React from 'react'; import { ProFormOtherProps } from '../propsType'; export declare const FieldProvider: React.Provider; export declare const useFieldProps: () => ProFormOtherProps;