import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; /** * Formats a string into sentence case (first letter of first word uppercase). */ export declare class SentenceCasePipe implements PipeTransform { transform(value: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }