import { PipeTransform } from '@angular/core';
export declare class UcWordsPipe implements PipeTransform {
    transform(text: string): string;
}
