import { unstable_FormState } from "../FormState";
export declare function shouldShowError<V>({ touched, errors }: Pick<unstable_FormState<V>, "touched" | "errors">, name: any): boolean;
