import { ElementUIComponent } from'./component'/** Carousel Item Component */
export declareclassElCarouselItemextendsElementUIComponent{
/** Name of the item, can be used in setActiveItem */
name: string/** Text content for the corresponding indicator */
label: string
}