import { LinkProps } from 'react-router-dom'; import { ILinkProps, Link as MSLink } from '@fluentui/react'; import * as React from 'react'; declare type ReachProps = React.PropsWithoutRef>; declare type Props = ReachProps & ILinkProps; declare const RelativeReachLink: React.FC; declare const Link: React.FC; export { Link, RelativeReachLink, MSLink };