export declare type DomRect = { x: number; y: number; width: number; height: number; top: number; right: number; bottom: number; left: number; };