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