import * as i0 from "@angular/core";
import * as i1 from "./components/carousel/carousel.component";
import * as i2 from "./directives/lazy-load.directive";
/**
 * Carousel Module
 *
 * This module provides a smooth, customizable carousel component for Angular applications.
 * While the components are standalone, this module is provided for backward compatibility.
 */
export declare class CarouselModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<CarouselModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<CarouselModule, never, [typeof i1.CarouselComponent, typeof i2.LazyLoadDirective], [typeof i1.CarouselComponent, typeof i2.LazyLoadDirective]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<CarouselModule>;
}
