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