import { PropType } from 'vue';
import { RecaptchaBadgePosition } from '../types';
export declare const RecaptchaV2Invisible: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
    siteKey: {
        type: StringConstructor;
        default: undefined;
    };
    badge: {
        type: PropType<RecaptchaBadgePosition>;
        default: RecaptchaBadgePosition;
    };
    tabindex: {
        type: NumberConstructor;
        default: number;
    };
    modelValue: {
        type: StringConstructor;
        default: string;
    };
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    'update:modelValue': (token: string) => boolean;
    verify: (token: string) => boolean;
    expire: null;
    error: (err: Error) => boolean;
    load: null;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
    siteKey: {
        type: StringConstructor;
        default: undefined;
    };
    badge: {
        type: PropType<RecaptchaBadgePosition>;
        default: RecaptchaBadgePosition;
    };
    tabindex: {
        type: NumberConstructor;
        default: number;
    };
    modelValue: {
        type: StringConstructor;
        default: string;
    };
}>> & Readonly<{
    "onUpdate:modelValue"?: ((token: string) => any) | undefined;
    onVerify?: ((token: string) => any) | undefined;
    onExpire?: ((...args: any[]) => any) | undefined;
    onError?: ((err: Error) => any) | undefined;
    onLoad?: ((...args: any[]) => any) | undefined;
}>, {
    siteKey: string;
    tabindex: number;
    modelValue: string;
    badge: RecaptchaBadgePosition;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default RecaptchaV2Invisible;
//# sourceMappingURL=RecaptchaV2Invisible.d.ts.map