import { PipeTransform } from '@angular/core'; import { CalendarDate } from '@internationalized/date'; import * as i0 from "@angular/core"; /** * Transforms a date into month name, based on the current locale. */ export declare class MonthNamePipe implements PipeTransform { transform(date: CalendarDate, timeZone: string, locale: string, withYear?: boolean, monthFormat?: 'long' | 'short'): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }