import React from 'react'; import { IHashLinkBaseProps } from './IHashLinkProps'; declare type IHashLinkProps = {} & IHashLinkBaseProps; declare const GenericHashLink: React.FC; export default GenericHashLink;