import * as i0 from "@angular/core";
export declare class PghNumberToWordsService {
    constructor();
    convertNumberToWords: (value: number) => string;
    prepareNumber: (num: any) => any;
    integerToWords: (num: any) => string;
    convertDecimalPart: (decimalPart: any) => string;
    static ɵfac: i0.ɵɵFactoryDeclaration<PghNumberToWordsService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<PghNumberToWordsService>;
}
