import { type ComponentPropsWithRef, type PropsWithChildren } from 'react'; type Props = PropsWithChildren & Omit, keyof PropsWithChildren> & { fixedHead?: boolean; }; export declare const TableScrollContext: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export {};