/** * From ChatGPT, only that verified it works for HR elements. * * HTML Elements can have CSS lineHeight applied to them, but it doesn't always affect the visual layout. * This function checks if the line-height property has an effect on the element's layout. * @param htmlElem */ export declare function doesLineHeightAffectElement(htmlElem: HTMLElement): boolean; //# sourceMappingURL=doesLineHeightAffectElement.d.ts.map