import React from "react"; import type { EntityListProps } from "./types"; export declare const EntityList: ({ size, ...props }: EntityListProps) => React.ReactElement;