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