import Vue from 'vue'; // use this interface for the time when validator-group-base.vue is not in Typescript yet export interface ValidatorGroup extends Vue { isValid?: boolean; eventBus?: Vue; }