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