/// <reference types="react" />
export interface CarouselLoadingProps {
    size: number;
}
declare const CarouselLoading: ({ size }: CarouselLoadingProps) => JSX.Element;
export default CarouselLoading;
//# sourceMappingURL=CarouselLoading.d.ts.map