export declare const onInputChange: (e: React.ChangeEvent, onChange: (newValue: number) => void) => void; export default onInputChange;