export declare class CbpCarousel { private control; private items; private host; height: string; width: string; current: number; sx: any; context: "light-inverts" | "light-always" | "dark-inverts" | "dark-always"; watchCurrent(): void; navigateCollection(e: any): void; handleResize(): void; scrollToItem(): void; updateCurrent(index: any): void; componentWillLoad(): void; render(): any; }