import * as React from 'react'; import * as GQL from '../backend/graphqlschema'; /** * A person's name, with a link to their Sourcegraph user profile if an associated user is found. */ export declare const PersonLink: React.SFC<{ displayName: string; user?: GQL.IUser | null; className?: string; userClassName?: string; }>; //# sourceMappingURL=PersonLink.d.ts.map