import { ScrollbarRef } from '../scrollbar';
export declare const useSlider: () => {
    isLeftDisabled: boolean;
    isRightDisabled: boolean;
    onScrollLeft: () => void;
    onScrollRight: () => void;
    scrollbarRef: import("react").RefObject<ScrollbarRef>;
};
