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