import React from 'react';
export declare type EntityIdListProps = {
    entityIdList: string[];
};
declare const EntityIdList: React.FC<EntityIdListProps>;
export default EntityIdList;
