import { RouteLocationRaw } from 'vue-router'; interface ClassesRepresentation { [key: string]: boolean; } interface Props { to: RouteLocationRaw | string; target?: string; classes?: string | ClassesRepresentation; } declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { target: string; classes: string | ClassesRepresentation; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, { default?(_: {}): any; default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };