export default function position(node: HTMLElement, offsetParent?: HTMLElement): { top: number; left: number; height: number; width: number; };