import { TableCaption as Component } from './TableCaption'; export declare const TableCaption: { readonly name: "TableCaption"; readonly purpose: "Accessible caption that names or describes its containing Table."; readonly example: "Quarterly revenue by planPro
"; readonly body: "htmdx"; readonly Component: typeof Component; };