import { RouterHistory } from "@stencil/router"; export declare class otpverify { callBack: Function; name: string; input: string; myInnerStrings: Array; api: string; otpApi: string; color: string; fontfamily: string; headingfontsize: string; textfontsize: any; size: string; buttonColor: string; language: string; history: RouterHistory; step2_heading: string; step2_headingSP: string; step2_instruction: string; step2_instructionSP: string; checkToMove: boolean; otpCode: string; otpValue: Array; errorOTP: string; verifyOTP(): Promise; setOTPValue(event: any): void; goBack(): void; render(): any; }