import React from 'react'; import { AuthenticationMethodsProps } from './types'; import './AuthenticationMethods.less'; declare const AuthenticationMethods: React.FC; export default AuthenticationMethods; export type { AuthenticationMethodsProps, AuthenticationMethodsValue, GlobalAuthMethod } from './types';