import React from 'react';
import { HTMLTableProps } from './shared-types';
/**
* A component to render tables.
*
* @param props - Props from {@link useHtmlTableProps} hook.
*
* @public
*/
declare const HTMLTable: React.NamedExoticComponent;
export default HTMLTable;