import { ILinkProps as IFluentLinkProps } from 'office-ui-fabric-react'; import { FunctionComponent } from 'react'; import { LinkProps as InternalLinkProps } from 'react-router-dom'; export declare const InternalLink: any; export declare const ExternalLink: any; export declare type ILinkProps = Partial | Partial; export declare const BaseLink: FunctionComponent; export default BaseLink;