export default function useShadow(): { leftShadow: any; rightShadow: any; handleScroll: (ctx: any) => void; };