import * as H from 'history'; import * as React from 'react'; export declare const PasswordInput: React.SFC & { inputRef?: React.Ref; }>; export declare const EmailInput: React.SFC>; export declare const UsernameInput: React.SFC>; /** * Returns the sanitized return-to relative URL (including only the path, search, and fragment). * This is the location that a user should be returned to after performing signin or signup to continue * to the page they intended to view as an authenticated user. * * 🚨 SECURITY: We must disallow open redirects (to arbitrary hosts). */ export declare function getReturnTo(location: H.Location): string; //# sourceMappingURL=SignInSignUpCommon.d.ts.map