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