import { User, Auth } from "firebase/auth"; import { ProviderType } from "../../base"; declare const SignInWithProviderAsync: (auth: Auth, provider: ProviderType, type: "popup" | "redirect") => Promise>>; export default SignInWithProviderAsync;