import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; /** * Date pipe format */ export declare class TulDatePipe implements PipeTransform { transform(value: any, type?: string): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }