export default function getLayoutRect(element: any): { x: any; y: any; width: number; height: number; };