import type { ValidationErrors } from '@angular/forms'; export declare function hasExtraSpaces(value: string): ValidationErrors | null;