import { BagelInputShellProps } from './bagelInputShell'; type __VLS_Props = { digitCount: number; default?: string; modelValue?: string; error?: string; } & BagelInputShellProps; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; complete: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onComplete?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { otpCont: HTMLDivElement; }, HTMLDivElement>; export default _default; //# sourceMappingURL=OTP.vue.d.ts.map