import { ConcreteComponent } from 'vue'; export type TagOrComponent = string | ConcreteComponent; //# sourceMappingURL=types.d.ts.map