/**
* @param {Element} element
* @return {ReturnType<Window['getComputedStyle']>} The computed style for the element.
*/exportdefaultfunctiongetComputedStyle(element: Element): ReturnType<Window["getComputedStyle"]>;
//# sourceMappingURL=get-computed-style.d.ts.map