import { SliderProps } from "./Slider.types.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";

//#region src/components/Slider/Slider.d.ts
declare const Slider: {
  ({
    defaultValue,
    disabled,
    id,
    inverted,
    label,
    max,
    min,
    minStepsBetweenThumbs,
    name,
    onValueChange,
    onValueCommit,
    orientation,
    step,
    value,
    ...props
  }: SliderProps): _$react_jsx_runtime0.JSX.Element;
  displayName: string;
};
//#endregion
export { Slider };
//# sourceMappingURL=Slider.d.ts.map