export interface PointsConfigSlider { floor: number; ceil: number; step: number; tickStep: number; }