import React from 'react';
import type { ListItem } from '../store/types';
import { type EntityItemKind } from './EntityItemContainer';
interface Props {
    item: ListItem;
    index: number;
    current: boolean;
    compactDetails?: boolean;
    onClick: (kind: EntityItemKind, id: string) => void;
}
declare const _default: React.FunctionComponent<Props>;
export default _default;
//# sourceMappingURL=EntityListRow.d.ts.map