import * as H from 'history'; import * as React from 'react'; import * as GQL from '../../backend/graphqlschema'; /** * Redirects from /user/$PATH to /user/$USERNAME/$PATH, where $USERNAME is the currently * authenticated user's username. */ export declare const RedirectToUserPage: React.SFC<{ user: GQL.IUser | null; location: H.Location; }>; //# sourceMappingURL=RedirectToUserPage.d.ts.map