import { ElementRef } from '@angular/core'; import { NgControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class CvcFormatDirective { private el; private control; private target; constructor(el: ElementRef, control: NgControl); /** * Updates the value to target element, or FormControl if exists. * @param value New input value. */ private updateValue; onKeypress(e: KeyboardEvent): void; reformatCvc(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }