export interface ValidationErrorsProps { id: string; error: string; } declare const ValidationErrors: React.FC; export default ValidationErrors;