export declare class AttributeHelper { static getImage(value: any): string | undefined; static getValueLabel(attribute: any): any; static getZoomIconColor(value: any): any; static getHexColor(value: any): any; static getAttributeLabel(attribute: any): any; }