import { VNode } from 'vue'; declare const CCarousel: import("vue").DefineComponent value is boolean | "hover"; }; /** * Set type of the transition. * * @values 'crossfade', 'slide' */ transition: { type: StringConstructor; default: string; validator: (value: string) => boolean; }; /** * Set whether the carousel should cycle continuously or have hard stops. */ wrap: { type: BooleanConstructor; default: boolean; }; }>, () => VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly value is boolean | "hover"; }; /** * Set type of the transition. * * @values 'crossfade', 'slide' */ transition: { type: StringConstructor; default: string; validator: (value: string) => boolean; }; /** * Set whether the carousel should cycle continuously or have hard stops. */ wrap: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { pause: string | boolean; transition: string; dark: boolean; controls: boolean; indicators: boolean; index: number; interval: number | boolean; wrap: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CCarousel };