import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class GtrCalendarClassDayPipe implements PipeTransform { transform(dateObj: { date: Date; month: string; }, datesConfig?: { minDate: any; maxDate: any; disabledDates: any; dateFilter: any; }): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }