export declare class DomStyleWrapper implements CS.OneJS.Dom.DomStyle { _domStyle: CS.OneJS.Dom.DomStyle; constructor(domStyle: CS.OneJS.Dom.DomStyle); getProperty(name: string): any; setProperty(name: string, value: any): void; } export interface DomStyleWrapper extends CS.OneJS.Dom.DomStyle { [key: string | symbol]: any; }