import type { SliderThumbLabelProps } from "../types.js"; declare const SliderThumbLabel: import("svelte").Component; type SliderThumbLabel = ReturnType; export default SliderThumbLabel;