declare const isActiveUrlPath: (href: string, routerPath: string) => boolean; export default isActiveUrlPath;