import { o as UseReactCompareSliderProps, s as UseReactCompareSliderReturn } from "./types-W8QOPAhr.mjs"; //#region src/hooks.d.ts /** * Hook to completely control the slider including all event handlers and state. * This is automatically used by the `ReactCompareSlider` component. * Only use this if you are building your own slider using the `react-compare-slider/components` module. */ declare const useReactCompareSlider: ({ boundsPadding, browsingContext, changePositionOnHover, clip, defaultPosition, disabled, keyboardIncrement, onlyHandleDraggable, onPositionChange, portrait, transition }?: UseReactCompareSliderProps) => UseReactCompareSliderReturn; //#endregion export { useReactCompareSlider }; //# sourceMappingURL=hooks.d.mts.map