export declare class ControlExecutionContext { controlName: string; controlTypeName: string; selectionAvailable: boolean; amountOfItems: number; selectedItems: any[]; selectedItemIds: string[]; amountOfSelectedItem: number; focusedItem: any; focusedItemId: string; selectedItem: any; selectedItemId: string; }