import { AbstractControl } from '@angular/forms'; export default function startWithALetter(control: AbstractControl): { startWithALetter: boolean; };