import { TextFormatType } from './../types/pipes.type';
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TextFormatPipe implements PipeTransform {
    transform(value: string, ...args: TextFormatType): string;
    protected firstToUpper(text: string): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<TextFormatPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<TextFormatPipe, "oblTextFormat", false>;
}
