/** Core */ import { CoreComponent } from "cmf.core/src/core"; import Cmf from "cmf.lbos"; /** * @whatItDoes * * The Entity Flex View component. * This component extends from FlexView and serves to display entities. * * @howToUse * * This component is used with the inputs and outputs mentioned below. * * ### Inputs * `any` : **items** * `any` : **selectionType** * `any` : **selectedItems** * * * @description * * ## EntityFlexView Component * * ### Dependencies * * #### Components * * FlexViewModule : `cmf.core.controls` * * #### Services * * _This component does not depend on any service_ * * #### Directives * _This component does not depend on any directive_ * */ export declare class EntityFlexView extends CoreComponent { _ReferenceType: Cmf.Foundation.Common.ReferenceType; /** * @method constructor */ constructor(); } export declare class EntityFlexViewModule { }