export interface ComputedStyleStorage { el: HTMLElement; size(): number; get(propertyName: string): string; getColor(propertyName: string): string; getNumber(propertyName: string): number; } export declare function createStorage(el: HTMLElement): ComputedStyleStorage; //# sourceMappingURL=ComputedStyleStorage.d.ts.map