import type { PropsWithChildren } from 'react'; export declare function TableHeader({ children }: PropsWithChildren): JSX.Element;