/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import React from 'react'; export declare const Link: ({ isNavLink, to, href, activeClassName, isActive, "data-noBrokenLinkCheck": noBrokenLinkCheck, autoAddBaseUrl, ...props }: { [x: string]: any; isNavLink: any; to: any; href: any; activeClassName: any; isActive: any; "data-noBrokenLinkCheck": any; autoAddBaseUrl?: boolean | undefined; }) => React.CElement<{ isActive: any; activeClassName: any; to: string; }, React.Component<{ isActive: any; activeClassName: any; to: string; }, any, any>>; export default Link;