declare module '@vue/runtime-core' { export interface GlobalComponents { UCard: typeof import('unpack-ui')['UCard'] } export interface ComponentCustomProperties { [x: string]: any } } export {}