import React from "react"; import type { EntityListItemProps } from "./types"; export declare function EntityItemBody({ checkboxProps, description, renderLabel, renderLeft, renderRight, tabIndex, size, }: Partial): React.ReactElement;