import type { InjectionKey } from "vue";
export declare const GoogleClientIdKey: InjectionKey<string>;
