// @ts-nocheck
import { ProviderInput, TypeProvider } from "../types";
export default function Google(input: ProviderInput): TypeProvider;
