import { type _Font } from '@dynatrace/strato-components/typography'; export declare const truncateText: (originalText: string, textFont: _Font, maxWidthInPx: number, ellipsis?: boolean) => string;