import { BCarouselSlideProps } from '../../types/ComponentProps'; import { BCarouselSlideSlots } from '../../types/ComponentSlots'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly & BCarouselSlideSlots; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent>; _id: import('vue').ComputedRef; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly & Readonly<{}>, { text: string; id: string; interval: number | "requestAnimationFrame"; caption: string; imgAlt: string; imgHeight: import('../../types/CommonTypes').Numberish; imgSrc: string; imgWidth: import('../../types/CommonTypes').Numberish; background: string; captionTag: string; contentTag: string; contentVisibleUp: string; imgBlank: boolean; imgBlankColor: string; imgSrcset: string | readonly string[]; textTag: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };