import { HTMLTableProps } from './types';
/**
* A component capable of rendering a html string which root tag is a table
* tag. This component should not be used directly, except with custom
* renderers.
*
* @public
*/
export declare const HTMLTable: ({ WebView, tableStyleSpecs, cssRules, html, sourceBaseUrl, animationType, computeHeuristicContentHeight, computeContainerHeight, webViewProps: userWebViewProps, style, onLinkPress, animationDuration, htmlAttribs, maxScale, ...stats }: HTMLTableProps) => JSX.Element;