import * as React from 'react'; declare function TableCaption({ className, ...props }: React.ComponentProps<'caption'>): React.JSX.Element; export { TableCaption };