/** * Walks up DOM removing elements if they are empty until it finds * one that is not */ export declare function removeNestedEmptyEls(el: HTMLElement): void;