/// interface ScrollShadowsProps { isTop: boolean; isBottom: boolean; } export declare const ScrollShadows: React.FC; export {};