import type { TableProps } from '../../types/datatable'; declare const Table: (props: TableProps) => import("react/jsx-runtime").JSX.Element; export { Table };