import { BListGroupItemProps, BListGroupItemSlots } from '../../types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly & BListGroupItemSlots; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent & Readonly<{}>, { disabled: boolean; to: import('vue-router').RouteLocationRaw; button: boolean; target: import('../..').LinkTarget; active: boolean; activeClass: string; exactActiveClass: string; href: string; icon: boolean; opacity: import('../..').LinkOpacity; opacityHover: import('../..').LinkOpacity; rel: string; replace: boolean; routerComponentName: string | import('vue').Component; stretched: boolean; underlineOffset: import('../..').UnderlineOffset; underlineOffsetHover: import('../..').UnderlineOffset; underlineOpacity: import('../..').UnderlineOpacity; underlineOpacityHover: import('../..').UnderlineOpacity; underlineVariant: import('../..').ColorVariant | null; variant: import('../..').ColorVariant | null; tag: string; action: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };