import { Renderable } from'@tempots/dom';
/**
* Hides the element when it is empty and restores its initial state when necessary.
*
* @returns A function that can be used to restore the initial state of the element.
* @public
*/exportdeclareconstHiddenWhenEmpty: Renderable;