/**
 * Returns the bounding rectangle of a DOM element or a default DOMRect object with 0 values if unavailable.
 */
export declare const getRect: (element: HTMLElement | null) => DOMRect;
