import React from 'react'; import { OAuthConfigProps } from './types'; import './OAuthConfig.less'; export type { OAuthConfigProps } from './types'; declare const OAuthConfig: React.FC; export default OAuthConfig;