import type { HtmlIngredientProps } from '../types.js';
export interface CarouselIndicatorGroupProps extends HtmlIngredientProps<'div', HTMLDivElement> {
}
declare const CarouselIndicatorGroup: import("svelte").Component<CarouselIndicatorGroupProps, {}, "ref">;
type CarouselIndicatorGroup = ReturnType<typeof CarouselIndicatorGroup>;
export default CarouselIndicatorGroup;
