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