import { PipeTransform } from '@angular/core';
import type { DataTableColumnTmplComponent } from './tmpl/data-table-column-tmpl.component';
import * as i0 from "@angular/core";
export declare class DisPlayCellValuePipe implements PipeTransform {
    datePicker: {
        format: {
            date: string;
            time: string;
        };
    };
    transform(rowItem: any, rowIndex: any, column: DataTableColumnTmplComponent, lang?: string): any;
    static ɵfac: i0.ɵɵFactoryDeclaration<DisPlayCellValuePipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<DisPlayCellValuePipe, "disPlayCellValuePipe", false>;
}
