import { FC } from '@dineug/r-html';
import { Table } from '../../../../internal-types';
export type TableProps = {
    table: Table;
};
declare const Table: FC<TableProps>;
export default Table;
