import { PipeTransform } from '@angular/core';
import { PghNumberToWordsService } from './number-to-words.service';
import * as i0 from "@angular/core";
export declare class PghNumberToWordsPipe implements PipeTransform {
    protected pghNumberToWordsService: PghNumberToWordsService;
    constructor(pghNumberToWordsService: PghNumberToWordsService);
    transform(number: number): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<PghNumberToWordsPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<PghNumberToWordsPipe, "pghNumberToWords", false>;
}
