import { AbstractControl } from '@angular/forms'; export declare function HourMinuteValidator(control: AbstractControl): { campoInvalido: boolean; };