import { locales as defaultLocales } from './locales'; import { CaptchaProps, CaptchaType } from './types'; declare function reset(): void; declare const _default: import('vue').DefineComponent Promise; clearValidation: () => void; reset: typeof reset; captchaId: import('vue').Ref; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "update:modelValue": (modelValue: string | null) => any; imageError: () => any; "update:type": (type: CaptchaType) => any; audioError: () => any; creationError: () => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((modelValue: string | null) => any) | undefined; onImageError?: (() => any) | undefined; "onUpdate:type"?: ((type: CaptchaType) => any) | undefined; onAudioError?: (() => any) | undefined; onCreationError?: (() => any) | undefined; }>, { type: CaptchaType; disabled: boolean; locales: typeof defaultLocales; readonly: boolean; modelValue: string; required: boolean; showSuccessMessages: boolean; disableErrorHandling: boolean; errorMessages: string[] | null; maxErrors: number; hasError: boolean; hasWarning: boolean; hasSuccess: boolean; useVuetifyValidation: boolean; customRules: import('../../composables/unifyValidation/useValidation.ts').ValidationRule[]; customWarningRules: import('../../composables/unifyValidation/useValidation.ts').ValidationRule[]; customSuccessRules: import('../../composables/unifyValidation/useValidation.ts').ValidationRule[]; isClearable: boolean; isValidateOnBlur: boolean; successMessages: string[] | null; warningMessages: string[] | null; locale: string; tagTitle: string; helpDesk: string | false; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;