import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class LabelerPipe implements PipeTransform {
    transform(label: string): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<LabelerPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<LabelerPipe, "labeler">;
    static ɵprov: i0.ɵɵInjectableDeclaration<LabelerPipe>;
}
