import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; /** * @smeDoc {@label Yesno-converterPipe @id smeBooleanToYesNoConverter} * * @overview * @file {@filepath ./examples/yesno-converter-overview.md} * * @example {@label Example enum Converter @id yesno-converter-example } * @file {@filename component.html @filepath ./examples/yesno-converter-example.component.html} * @file {@filename component.ts @filepath ./examples/yesno-converter-example.component.ts} */ export declare class YesNoConverterPipe implements PipeTransform { private strings; transform(value: boolean): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }