/**
* Returns the "content width" of an element, which is its clientWidth
* minus any horizontal padding.
*
* @paramel - The element to measure.
*/exportdeclarefunctiongetContentWidth(el: Element): number;
exportdeclarefunctiongetContentHeight(el: Element): number;