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