import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NxtGetValuePipe implements PipeTransform {
    transform(element: any, column: any): any;
    static ɵfac: i0.ɵɵFactoryDeclaration<NxtGetValuePipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<NxtGetValuePipe, "getValue", true>;
}
