import type { HighTableProps } from '../../types.js';
export default function HighTable({ data, ...props }: HighTableProps): import("react/jsx-runtime").JSX.Element;
