import { type JSX } from 'react'; import { ITableProps } from '@adam-sv/arc'; export declare const Table: (props: ITableProps) => JSX.Element;