import * as React from 'react'; interface Props { repoPath: string; /** * The link's destination. If null, the element is text, not a link. */ to: string | null; className?: string; onClick?: React.MouseEventHandler; } export declare const RepoLink: React.SFC; export {}; //# sourceMappingURL=RepoLink.d.ts.map