import GoogleOAuthClass from './GoogleOAuth'; import FacebookOAuthClass from './FacebookOAuth'; declare const GoogleOAuth: GoogleOAuthClass; declare const FacebookOAuth: FacebookOAuthClass; export { GoogleOAuth, FacebookOAuth };