import { FormControl } from "@angular/forms"; export declare function noWhitespaceValidator(control: FormControl): { whitespace: boolean; };