/* eslint-disable */ // @ts-nocheck // Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 // biome-ignore lint: disable export {} /* prettier-ignore */ declare module 'vue' { export interface GlobalComponents { Close: typeof import('./src/components/ui/icons/Close.vue')['default'] DailyHeader: typeof import('./src/components/DailyHeader.vue')['default'] Menu: typeof import('./src/components/ui/icons/Menu.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] UiLogo: typeof import('./src/components/ui/UiLogo.vue')['default'] } }