/** * Whether a laid-out element is visually truncated. * Prefers `ds-text`'s inner semantic node when present so host flex layout * does not hide horizontal or line-clamp overflow. */ export declare function isElementTruncated(element: HTMLElement): boolean; //# sourceMappingURL=is-element-truncated.d.ts.map