export declare class AJAXMapLegendItem { icon_width(): number; icon_width(value: number): void; icon_height(): number; icon_height(value: number): void; setBadge(text: string, textColor: string, bgColor: string): void; }