import { type AbstractControl } from '@angular/forms'; export declare function tuiMarkControlAsTouchedAndValidate(control: AbstractControl): void;