/** * Detect if Element: computedStyleMap() is supported as a more performant * alternative to getComputedStyles() * Only Firefox does not have support as of Nov 2024. * https://developer.mozilla.org/en-US/docs/Web/API/Element/computedStyleMap */ export declare function hasComputedStyleMapSupport(): boolean;