import { PipeTransform } from '@angular/core'; export declare class DisplayNullPipe implements PipeTransform { private static returnCorrectFormat; transform(value: any, fieldName?: string): any; }