import type { ReactNode } from 'react';
declare function Errors({ label }: {
    label?: ReactNode;
}): import("react/jsx-runtime").JSX.Element;
export default Errors;
