import type { HTMLAttributes } from '../../../internal/html-attributes.js'; import type { PropsWithElement } from '../../../internal/props-with-element.js'; export interface CarouselProgressTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> { } declare const ProgressText: import("svelte").Component; type ProgressText = ReturnType; export default ProgressText;