// GlobalComponents for Volar
declare module '@vue/runtime-core' {
  export interface GlobalComponents {
    FMLogin: typeof import('fm-dev') ['FMLogin']
  }
}

export { }
