import { PropsWithChildrenAndClassName } from '../../types'; declare function TableCaption({ className, children, ...props }: PropsWithChildrenAndClassName): import("react/jsx-runtime").JSX.Element; export { TableCaption };