export declare class ElementStyleUtil { static set(element: HTMLElement, property: string, value?: any, important?: boolean): void; static get(element: HTMLElement, attributeName: string): string; static remove(element: HTMLElement, attibuteName: string): void; }