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