import { IconProps } from '../lib';
declare function SignIn(props: IconProps): JSX.Element;
export default SignIn;
