import { FC } from 'react'; import { FieldSpyProps } from '../types'; export declare const FieldSpy: FC;