/// export default function useCarousel(): { getLeftNavProps: () => { onClick: () => void; }; getRightNavProps: () => { onClick: () => void; }; isTouchDevice: boolean | null; navigate: (delta: number) => void; scrollAreaRef: import("react").RefObject; scrollPosition: string | null; showNav: boolean | null; };