export declare class AttributeUtils {
    static changeElementStyleAttribute(obj: HTMLElement, attrName: string, newValue: string): void;
    private static setStyleAttribute;
}
