import { PipeTransform } from '@angular/core';
import { DocumentLitsLabelConfigInterfaceValueType, FormColumnInputs, InputDataTypes } from 'ngx-t-forms-types';
import * as i0 from "@angular/core";
export declare class FormatDataPipe implements PipeTransform {
    transform(value: any, dataType: DocumentLitsLabelConfigInterfaceValueType | InputDataTypes | undefined, pipeConfig?: FormColumnInputs['pipe'] | undefined): any;
    static ɵfac: i0.ɵɵFactoryDeclaration<FormatDataPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<FormatDataPipe, "formatData", true>;
}
