import { Slider as SliderPrimitive } from "bits-ui";
import { type WithoutChildrenOrChild } from "../../../utils.js";
declare const Slider: import("svelte").Component<WithoutChildrenOrChild<SliderPrimitive.RootProps>, {}, "ref" | "value">;
type Slider = ReturnType<typeof Slider>;
export default Slider;
