/// <reference types="react" />
/** Hidden `<div/>` that acts as an anchor to scroll to when a form error occurs. */
export default function FieldErrorScrollTarget(): JSX.Element | null;
