import { ITableProps } from './interfaces.js';
export declare function Table<T>(props: ITableProps<T>): import("react/jsx-runtime").JSX.Element;
