export declare const domRect: (x?: number, y?: number, width?: number, height?: number) => DOMRect;
