import * as React from 'react'; import * as GQL from '../backend/graphqlschema'; interface Props { user: GQL.IUser; } /** * Embeds an iframe responsible for passing the current user and Sourcegraph URL to the browser * extension. */ export declare const LinkExtension: React.SFC; export {}; //# sourceMappingURL=Link.d.ts.map