declare const _default: (element: Element | HTMLElement, maxHeight?: number) => void;
/**
* @param {Element|HTMLElement} element - Reference element.
* @param {number} maxHeight - Maximum number of height where the multiline truncated stops.
* @description Truncate in a multiline basis, based on maxHeight given.
*/
export default _default;