import * as i0 from '@angular/core'; import { PipeTransform } from '@angular/core'; declare const timeUnits: Array<[string, number]>; declare class XTimeRangePipe implements PipeTransform { transform(value: string | number, format?: string): string; padStart(toPad: string, length: number, element: string): string; getRepeatedElement(length: number, element: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class XTimeRangeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /** * TimeRange * @selector xTimeRange * @decorator pipe */ declare const XTimeRangePrefix = "xTimeRange"; export { XTimeRangeModule, XTimeRangePipe, XTimeRangePrefix, timeUnits };