/** * Get CSS styles of a given element in name-value pair format * @param element The element to get styles from */ export default function getStyles(element: HTMLElement): Record;