import * as React from 'react'; import { LinkProps } from 'react-router-dom'; /** * Uses react-router-dom's for relative URLs, for absolute URLs. This is useful because passing an * absolute URL to will create an (almost certainly invalid) URL where the absolute URL is resolved to the * current URL, such as https://sourcegraph.com/a/b/https://example.com/c/d. */ export declare const RouterLinkOrAnchor: React.SFC; //# sourceMappingURL=RouterLinkOrAnchor.d.ts.map