declare function useSliderState(): readonly [boolean, () => void, () => void]; export default useSliderState;