import { PipeTransform } from '@angular/core';
import dayjs from 'dayjs';
import 'dayjs/locale/es';
import 'dayjs/locale/pt';
import * as i0 from "@angular/core";
export declare class DatepickerFormatMonthPipe implements PipeTransform {
    transform(value: dayjs.Dayjs, language?: string): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerFormatMonthPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<DatepickerFormatMonthPipe, "datepickerFormatMonth", true>;
}
