import type { RangeSliderFieldProps } from "../types/fields"; export declare function RangeSliderField({ id, label, description, min, max, step, value, onChange, unit, unitPosition, formatValue, showMinMax, animationIndex, disabled, }: RangeSliderFieldProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=RangeSliderField.d.ts.map