import { PipeTransform } from '@angular/core'; import { IRange, IRangeItem } from '../models/interfaces'; import * as i0 from "@angular/core"; /** Pipe for formatting one date or range of dates */ export declare class DayRangeFormatPipe implements PipeTransform { private readonly internalizationService; transform(value: IRange | IRangeItem): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }