import React from "react"; //#region src/ui/components/login/SocialProviders.d.ts type IconComponent = React.ComponentType>; interface SocialLoginProvider { bgColor: string; icon: IconComponent; name: string; } declare const socialLoginProviders: Map; //#endregion export { socialLoginProviders as default }; //# sourceMappingURL=SocialProviders.d.ts.map