export type Tab = { id: string; label: string; }; export declare const useIntersectionObserver: (options?: {}) => (boolean | import("react").MutableRefObject)[]; export declare const useDragScroll: (isDraggable: boolean, containerRef: React.RefObject) => { isDragging: boolean; handleMouseDown: (e: React.MouseEvent) => void; handleMouseMove: (e: React.MouseEvent) => void; handleMouseUpOrLeave: () => void; handleTouchStart: (e: React.TouchEvent) => void; handleTouchMove: (e: React.TouchEvent) => void; handleTouchEnd: () => void; hasDraggedRef: import("react").MutableRefObject; }; //# sourceMappingURL=hooks.d.ts.map