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; errors: Readonly>; warnings: Readonly>; successes: Readonly>; hasError: Readonly>; hasWarning: Readonly>; hasSuccess: Readonly>; }, {}, {}, {}, 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; }>, { disabled: boolean; modelValue: string; type: CaptchaType; readonly: boolean; required: boolean; locales: import('../../utils').DeepPartial; showSuccessMessages: boolean; disableErrorHandling: boolean; errorMessages: string[] | null; maxErrors: number; customRules: import('../../composables/unifyValidation/useValidation').ValidationRule[]; customSuccessRules: import('../../composables/unifyValidation/useValidation').ValidationRule[]; customWarningRules: import('../../composables/unifyValidation/useValidation').ValidationRule[]; hasError: boolean; hasSuccess: boolean; hasWarning: boolean; isValidateOnBlur: boolean; successMessages: string[] | null; useVuetifyValidation: boolean; warningMessages: string[] | null; isClearable: boolean; locale: string; tagTitle: string; helpDesk: string | false; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;