import type { RouteLocationRaw } from 'vue-router';
/**
 * @param {{href?: string; to?: RouteLocationRaw}} props
 * @returns
 */
declare const _default: (props: {
    href?: string;
    to?: RouteLocationRaw;
}) => boolean;
export default _default;
