import { RouterHistory } from "@stencil/router"; export declare class otpselect { callBack: Function; name: string; input: string; myInnerStrings: Array; "": any; api: string; otpApi: string; color: string; fontfamily: string; headingfontsize: string; textfontsize: any; size: string; buttonColor: string; language: string; history: RouterHistory; step1_heading: string; step1_headingSP: string; step1_descriptionSP: string; step1_description: string; second_Heading: string; second_HeadingSP: string; matchingError: string; matchingErrorSP: string; matchingMobile: string; matchingMobileSP: string; emailList: Array; phoneNoList: Array; sendOTP: string; errorMessage: string; emailVerification: string; phoneVerification: string; textOrCall: string; disabled: boolean; parseMyArrayPropTo(newValue: string): void; componentWillLoad(): void; setValuePhone(event: any, index: any): void; setValue(event: any, index: any): void; maskedEmail(emailID: any): string; phoneMasked(data: any): string; handleOtp(): Promise; check(): void; matchEmail(e: any): void; matchPhone(e: any): void; textOrCallFunction(e: any): void; openModal(): void; closeModal(): void; render(): any; }