import { OnInit, EventEmitter } from "@angular/core"; import { ValidationService } from "../public-api"; export declare class ValidationComponent implements OnInit { pinValid: ValidationService; private length; theme: any; type: any; custom: any; codeNumber: EventEmitter; allInputs: HTMLCollectionOf; code: string; value: any; disabled: boolean; count: number; constructor(pinValid: ValidationService); ngOnInit(): void; setCodeLength(codeLength: any): void; keytab(event: any): void; backspaceKey(event: any): void; focusFunction(): void; processFinished(): void; }