/**
 * Check if a URL matches the current route
 * @param href - The URL to check
 * @param exact - Whether to require an exact match
 */
export declare function isRouteActive(href: string, exact?: boolean): boolean;
