import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class RenderPipe implements PipeTransform {
    transform(row: any, key: string): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<RenderPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<RenderPipe, "render", false>;
}
//# sourceMappingURL=render-pipe.d.ts.map