import { ElementRef, OnDestroy, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class WebOtpDirective implements OnInit, OnDestroy {
    private el;
    private ac;
    private timer;
    constructor(el: ElementRef);
    timeout?: number;
    ngOnInit(): void;
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<WebOtpDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<WebOtpDirective, "[appWebOtp]", never, { "timeout": "timeout"; }, {}, never, never, false>;
}
