import React from 'react'; import type { ProLoginType } from './propsType'; import './index.less'; declare function ProLogin(props: ProLoginType): React.JSX.Element; export default ProLogin;