import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class GtrCalendarMonthPipe implements PipeTransform { transform(date: Date, monthIndex: number): Date; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }