import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class PrettyDate implements PipeTransform {
    transform(time: any, dateFormat: any): any;
    static ɵfac: i0.ɵɵFactoryDeclaration<PrettyDate, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<PrettyDate, "prettyDate", false>;
}
