/** * @description ku4-carousel-controls */ export declare class Ku4CarouselControls { private carousel; constructor(); private host; /** * Controls for carousel having id of value */ readonly for: string; private get slides(); private get controls(); private handleSlide; private handleChange; componentWillLoad(): void; disconnectedCallback(): void; render(): any; }