import { type ReactNode } from 'react'; export declare const useReelCells: (children: ReactNode, tableWrapperRef: React.RefObject) => { tableWrapperRef: import("react").RefObject; showShadow: boolean; };