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