import { HTMLWidget } from "@hpcc-js/common";
import "../src/IconList.css";
export declare class IconList extends HTMLWidget {
protected _list: any;
protected _entity_list: any[];
protected _content_list: any[];
constructor();
enter(domNode: any, element: any): void;
update(domNode: any, element: any): void;
updateListProperties(list: any, idx: any): any;
updateEntityProperties(entity: any, idx: any): any;
}
export interface IconList {
iconSize(): number;
iconSize(_: number): this;
iconColumnIndex(): number;
iconColumnIndex(_: number): this;
iconColumnIndex_exists(): boolean;
iconColorColumnIndex(): number;
iconColorColumnIndex(_: number): this;
iconColorColumnIndex_exists(): boolean;
htmlColumnIndex(): number;
htmlColumnIndex(_: number): this;
htmlColumnIndex_exists(): boolean;
}