declare module 'vue-captcha-switcher' {
    import { DefineComponent } from 'vue';

    export const CaptchaSwitcher: DefineComponent<{}, {}, any>;
}
