import type { IndicatorProps } from '@zag-js/carousel'; import type { Merge } from 'type-fest'; import type { HtmlIngredientProps } from '../types.js'; export interface CarouselIndicatorProps extends Merge, IndicatorProps> { } declare const CarouselIndicator: import("svelte").Component; type CarouselIndicator = ReturnType; export default CarouselIndicator;