/** * Sums the vertical padding and border widths of an element, i.e. the space * added around the content box that must be accounted for when computing the * total height from a target number of text rows. */ export declare const getVerticalExtras: (computed: CSSStyleDeclaration) => number;