import { PipeTransform } from '@angular/core';
import { DateFormatter } from './date-formatter.type';
import * as i0 from "@angular/core";
export declare class DateFormatterPipe implements PipeTransform {
    private readonly _locale;
    transform(value: Date, formatter: string | DateFormatter): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<DateFormatterPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<DateFormatterPipe, "formatDate", false>;
}
