import { FC } from 'react'; import { FormSpyProps } from '../types'; export declare const FormSpy: FC;