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