export declare class otpcomponent { step1_heading: string; step1_headingSP: string; step1_instruction: string; step1_instructionSP: string; step1_description: string; step1_descriptionSP: string; step2_heading: string; step2_headingSP: string; toggle: boolean; sendOTP: string; errorMessage: string; emailList: Array; phoneNoList: Array; redirectTo: boolean; otpCode: string; errorOTP: string; otpValue: Array; checkToMove: boolean; 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; callback: () => void; step2_instruction: string; step2_instructionSP: string; parseMyArrayPropTo(newValue: string): void; componentWillLoad(): void; firstPage(): void; setValue(event: any): void; check(): void; pageFirst(): void; handleOtp(): Promise; verifyOTP(): Promise; setOTPValue(event: any): void; goBack(): void; maskedEmail(emailID: any): string; phoneMasked(data: any): string; render(): any; }