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