// GlobalComponents for Volar declare module '@vue/runtime-core' { export interface GlobalComponents { IZnMap: typeof import('znyg-frontend-map')['IZnMap']; IZnTest: typeof import('znyg-frontend-map')['IZnTest']; } } export {};