export interface CarouselItem {
    location: string;
    id?: number;
    [key: string]: any;
}
type __VLS_Props = {
    items: CarouselItem[];
    height?: string;
    editableTags?: boolean;
    borderRadius?: string;
    showControls?: boolean;
    autoplay?: boolean;
    cover?: boolean;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
    borderRadius: string;
    height: string;
    editableTags: boolean;
    showControls: boolean;
    autoplay: boolean;
    cover: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=DynamicCarousel.vue.d.ts.map