export declare const SUPPORTED_SOCIAL_LOGIN_PROVIDERS: ("google" | "facebook")[]; export type SocialLoginType = (typeof SUPPORTED_SOCIAL_LOGIN_PROVIDERS)[number]; export declare const SocialLogins: () => import("react").JSX.Element | null; //# sourceMappingURL=SocialLogins.d.ts.map