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