export declare function getWindowComputedStyle(element: Element | undefined): CSSStyleDeclaration | undefined;
