/**
 * SPDX-FileCopyrightText: © 2021 Liferay, Inc. <https://liferay.com>
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Adds a height style that triggers a transition when collapsed
 */
export declare function setElementFullHeight(element: HTMLElement): void;
