import { ActionListModel } from "@genexus/chameleon-controls-library"; import { TypeCategoryData } from "../.."; import { TypeData } from "./new-object"; export type ChCheckboxArray = HTMLChCheckboxElement[] | null; export declare const mapTypeCategoryDataToActionListModel: (categories: TypeCategoryData[]) => ActionListModel; export declare const mapTypeDataToActionListModel: (types: TypeData[], selectedCategoryId: string, selectedTypeId?: string) => ActionListModel;