import { FoehnInputTextComponent } from '../foehn-input/foehn-input-text.component'; import * as i0 from "@angular/core"; export declare class IdeFormatterDirective { private host; constructor(host: FoehnInputTextComponent); onBlur(value: string): void; /** * Formats ide * * CHE123456789 >> CHE-123.456.789 * @param value as ide * @returns string */ private formatIde; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }