import { ReactElement } from 'react';
import { TableProps } from '../../../../../../../../src/components/factory/entity-table/types';
export declare function EntityTable<T>(props: TableProps<T>): ReactElement;
