export type NumericSliderRangeValidationChange = { isMinInputValid: boolean; isMaxInputValid: boolean; };