import { App } from 'vue';
import { default as RecaptchaV3 } from './components/RecaptchaV3.vue';
import { RecaptchaPluginOptions } from './types/recaptchaPluginTypes';
declare const recaptchaPlugin: {
    install(app: App, options: RecaptchaPluginOptions): void;
};
export { RecaptchaV3, recaptchaPlugin, type RecaptchaPluginOptions };
