/// <reference types="react" />
import { SvgIconProps } from '@material-ui/core';
declare const Login: (props: SvgIconProps) => JSX.Element;
export default Login;
