// GlobalComponents for Volar declare module 'vue' { export interface GlobalComponents { AutButton : typeof import('./es')['AutButton'] AutSvgIcon : typeof import('./es')['AutSvgIcon'] } } export {}