import { CtlBase } from './CtlBase'; import { YvEvent } from './YvanEvent'; export declare class CtlCarousel extends CtlBase { onShow?: YvEvent; static create(module: any, vjson: any): CtlCarousel; }