import { default as Authenticator } from './authenticator.vue'; export { AuthenticatorPlugin } from './authenticator.plugin'; declare module 'vue' { interface GlobalComponents { Authenticator: typeof Authenticator; } }