type __VLS_Props = { loop?: boolean; showControls?: boolean; class?: string; /** 透传给 embla carousel 的选项:autoplay, align, slidesToScroll, dragFree 等 */ opts?: Record; }; type __VLS_Slots = { default?: () => any; }; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { loop: boolean; showControls: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };