import { default as React } from 'react';
import { TableCaptionProps } from './types.cjs';
declare const TableCaption: React.ForwardRefExoticComponent<TableCaptionProps & React.RefAttributes<HTMLTableCaptionElement>>;
export { TableCaption };
