import { GlobalError } from "react-hook-form";
export interface ErrorsProps {
    value?: GlobalError;
}
declare const Errors: ({ value }: ErrorsProps) => import("react/jsx-runtime").JSX.Element | null;
export default Errors;
