declare const _default: (el: Element | HTMLElement) => any;
/**
* @param {Element|HTMLElement} - HTML element or node that the style wanted to be retrieve.
* @returns {Object} - Stlye of the element in object format.
* @description Get element computed style. If the element exists it will return the style, if not, it will return empty object.
*/
export default _default;