import { MmUIComponent } from './component' /** Carousel Component */ export declare class MmCarousel extends MmUIComponent { /** Initial active index */ initialIndex: number /** Custom height */ height: string /** Switch trigger */ trigger: string /** Auto play or not */ autoplay: boolean /** Auto play interval */ interval: number /** Action button position */ indicatorPosition: string /** Show action button or not */ indicator: boolean /** Arrow show trigger */ arrow: string /** Cards display type */ type: string /** Switch ease function */ easing: string /** switch ease duration */ easingTime: number }