/**
 * SPDX-FileCopyrightText: © 2021 Liferay, Inc. <https://liferay.com>
 * SPDX-License-Identifier: BSD-3-Clause
 */
export declare const observeRect: (node: Element, callback: (rect?: DOMRect) => void) => () => void;
