import { BCardProps, BCardSlots } from '../../types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly & BCardSlots; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent & Readonly<{}>, { variant: import('../..').ColorVariant | null; bodyClass: import('../../types/AnyValuedAttributes').ClassValue; headerClass: import('../../types/AnyValuedAttributes').ClassValue; headerTag: string; title: string; bgVariant: import('../../types/ColorTypes').BgColorVariant | null; textVariant: import('../..').TextColorVariant | null; tag: string; footer: string; header: string; borderVariant: import('../../types/ColorTypes').BorderColorVariant | null; bodyBgVariant: import('../../types/ColorTypes').BgColorVariant | null; bodyTextVariant: import('../..').TextColorVariant | null; footerBgVariant: import('../../types/ColorTypes').BgColorVariant | null; footerBorderVariant: import('../../types/ColorTypes').BorderColorVariant | null; footerClass: import('../../types/AnyValuedAttributes').ClassValue; footerTextVariant: import('../..').TextColorVariant | null; footerVariant: import('../..').ColorVariant | null; headerBgVariant: import('../../types/ColorTypes').BgColorVariant | null; headerBorderVariant: import('../../types/ColorTypes').BorderColorVariant | null; headerTextVariant: import('../..').TextColorVariant | null; headerVariant: import('../..').ColorVariant | null; titleTag: string; align: import('../..').AlignmentTextHorizontal; subtitle: string; subtitleTag: string; subtitleTextVariant: import('../..').TextColorVariant | null; bodyBorderVariant: import('../../types/ColorTypes').BorderColorVariant | null; bodyTag: string; bodyText: string; footerTag: string; imgAlt: string; imgPlacement: import('../..').Placement | "overlay"; imgHeight: import('../../types/CommonTypes').Numberish; imgSrc: string; imgWidth: import('../../types/CommonTypes').Numberish; noBody: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };