import type { CSSProperties } from 'react'; interface InputRangeProps { name: string; value?: number; onChange: (element: { value: number; name: string; }) => void; label?: string; shortLabel?: string; style?: CSSProperties; className?: string; } declare const _default: import("react").ForwardRefExoticComponent>; export default _default; //# sourceMappingURL=InputRange.d.ts.map