// GlobalComponents for Volar declare module '@vue/runtime-core' { export interface GlobalComponents { JmTopNavgator: typeof import('@jianmu/navgator')['JmTopNavgator']; JmBottomNavgator: typeof import('@jianmu/navgator')['JmBottomNavgator']; } interface ComponentCustomProperties {} } export {};