export declare const domUtil: { isBrowser(): boolean; getClientRect(element: HTMLElement): DOMRect; };