import { PipeTransform } from '@angular/core'; import { KeyValue } from '@angular/common'; import * as i0 from "@angular/core"; export declare class EnumKeyValuePipe implements PipeTransform { transform(obj: T): KeyValue[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }