// GlobalComponents for Volar declare module '@vue/runtime-core' { export interface GlobalComponents { MxButton: typeof import('meng-ui-vue')['MxButton'] } interface ComponentCustomProperties {} } export {}