export declare const useScrollbarController: (currentDevice: any, host: any) => {
    handleScrollEvents: () => void;
    handleOnTouchMoveEvents: () => void;
    handleOnMouseOverEvents: (e: any) => void;
    hasScrollbar: () => boolean;
};
