import type { IndicatorsProps } from ".."; /** * [Go to docs](https://flowbite-svelte.com/) * ## Type * [IndicatorsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L489) * ## Props * @prop children * @prop activeClass * @prop inactiveClass * @prop position = "bottom" * @prop class: className * @prop ...restProps */ declare const CarouselIndicators: import("svelte").Component; type CarouselIndicators = ReturnType; export default CarouselIndicators;