import type { CarouselIndicatorGroupProps } from '@ark-ui/svelte/carousel';
import type { Snippet } from 'svelte';
type $$ComponentProps = CarouselIndicatorGroupProps & {
    children?: Snippet;
};
declare const CarouselIndicatorGroup: import("svelte").Component<$$ComponentProps, {}, "">;
type CarouselIndicatorGroup = ReturnType<typeof CarouselIndicatorGroup>;
export default CarouselIndicatorGroup;
