import React from 'react'; import { LinkProps } from 'react-router-dom'; import { IHashLinkBaseProps } from './IHashLinkProps'; declare type IHashLinkProps = IHashLinkBaseProps & LinkProps; declare const NavHashLink: React.FC; export default NavHashLink;