import { FoehnInputTextComponent } from '../foehn-input/foehn-input-text.component'; import * as i0 from "@angular/core"; export declare class NDCFormatterDirective { private host; constructor(host: FoehnInputTextComponent); onBlur(value: string): void; /** * Format the tax payer number following this pattern: * * 1 – 9 => X * 10 - 99 => XX * 100 - 999 => X.XX * 1’000 - 9’999 => XX.XX * 10’000 - 99’999 => XXX.XX * 100'000 - 999'999 => X.XXX.XX * 1'000'000 - 9’999'999 => XX.XXX.XX * 10'000'000 - 99'999'999 => XXX.XXX.XX * @param value as numero de contribuable * @returns string */ private formatNDC; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }