import { BaseComponent } from './BaseComponent'; /** * @class OTPInput * @description OTPInput Component */ export declare class OTPInput extends BaseComponent { constructor(name: string, value: string, callback: any, options?: any); }