import type { ElementScriptTrigger } from '#nuxt-scripts/types'; type __VLS_Props = { modelValue?: string; trigger?: ElementScriptTrigger; element?: string; siteKey?: string; options?: Omit, 'callback'>; resetInterval?: number; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, { reset: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "update:modelValue": (token: string) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((token: string) => any) | undefined; }>, { element: string; options: Omit, "callback">; resetInterval: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;