export interface VerificationCodeInputProps { digitCount?: number; /** * Error text to display. */ errorText?: string; /** * Success text to display. */ successText?: string; /** * Hint text to display. */ hintText?: string; /** * One time password/code */ modelValue?: string; } declare const __VLS_export: import("vue").DefineComponent any; blur: (params: Event) => any; change: (params: { originalEvent: Event; value: string | null; }) => any; "update:model-value": (value: string | null) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onFocus?: ((params: Event) => any) | undefined; onBlur?: ((params: Event) => any) | undefined; onChange?: ((params: { originalEvent: Event; value: string | null; }) => any) | undefined; "onUpdate:model-value"?: ((value: string | null) => any) | undefined; }>, { modelValue: string; errorText: string; hintText: string; digitCount: number; successText: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;