import React from 'react'; import * as GQL from '../backend/graphqlschema'; interface Props { gitRef: GQL.IGitRef; /** * Called when the mousedown event is triggered on the element. */ onMouseDown: () => void; } export declare const GitRefTag: React.SFC; export {}; //# sourceMappingURL=GitRefTag.d.ts.map