export declare function observeContentHeight(el: Element, onHeight: (height: number) => void): () => void;
