import { DefaultTData, TableProps } from './table.types'; export declare const PAGE_SIZE_WITHOUT_PAGINATION = 10000; export declare function Table>(props: TableProps): JSX.Element; export default Table;