import * as React from 'react'; export default class LoginTab extends React.Component { static __ANT_PRO_LOGIN_TAB: boolean; uniqueId: any; static contextTypes: { tabUtil: any; }; constructor(props: any); componentWillMount(): void; render(): JSX.Element; }