/** * Determines the number of textual lines presented by an element. * @param {HTMLElement} element The element for which to compute the number of lines. * @returns {number} The number of lines presented by an element. */ export declare function computeLineCount(element: HTMLElement): number; //# sourceMappingURL=computeLineCount.d.ts.map