import { RouteLocationRaw } from 'vue-router'; type __VLS_Props = { title: string; label?: string; documentationUrl?: string | null; activityUrl?: RouteLocationRaw | null; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { documentationUrl: string | null; activityUrl: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric | null; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, { logo?(_: {}): any; afterTitle?(_: {}): any; actions?(_: {}): any; subtitle?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };