import type { FC } from 'react'; import './style.less'; interface IWechatLoginProps { disabled?: boolean; login?: () => void; } declare const WechatLogin: FC; export default WechatLogin;