import { ValidationError } from './types.js'; export declare function getDefaultErrorMessage(errorInfo: ValidationError, label: string | null): string;