import { type TruncationMode } from '@dynatrace/strato-components/typography'; export declare const processTextOverflow: (originalText: string, maxWidth: number, ctx: CanvasRenderingContext2D, ellipsis?: TruncationMode) => string;