declare module '@vue/runtime-core' {
  interface ComponentCustomProperties {
    $t: (key: string, fallback?: string) => string;
  }
}

export {};
