import Building from './building.vue'; import type { Plugin } from 'vue'; export declare const BuildingPlugin: Plugin; export { Building };