export type TRangeSliderOptionsFormatterType =
	| 'integer'
	| 'thousandsSeparatorAndDecimalPoints'
	| null;
