import React from 'react';
/**
* Basic TableCaption component.
*
* Renders HTML `
`
*
* Needs to be a child of the `` component. Accepts text as children.
*
*/
declare const TableCaption: React.ForwardRefExoticComponent>;
export default TableCaption;