import { RouteLocationRaw } from 'vue-router'; import { StatusType } from '../../models'; import { TooltipDirection } from '../../index'; interface Props { to?: RouteLocationRaw | null; target?: string; mode?: StatusType.Danger | StatusType.Information; tooltipText?: string; tooltipDirection?: TooltipDirection; } declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric | null; mode: StatusType.Danger | StatusType.Information; tooltipText: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };