import { AbstractControl } from '@angular/forms'; export default function atLeastAge(minAge: any): (control: AbstractControl) => { atLeastAge: boolean; };