import type * as React from 'react';
type Props = {
    buildRowErrors: () => void;
};
export declare const WatchFormErrors: React.FC<Props>;
export {};
//# sourceMappingURL=WatchFormErrors.d.ts.map