import { type ComponentPropsWithRef, type FC, type PropsWithChildren } from 'react'; type Props = PropsWithChildren & Omit, keyof PropsWithChildren> & { tableWrapperRef: React.RefObject; }; export declare const TableReel: FC; export {};