import { CanvasTextAreaProps } from '../../../types/canvas-text-area.js'; export declare const getTruncationMethod: (ctx: CanvasRenderingContext2D, textArea: CanvasTextAreaProps, name: string, truncationMode: "start" | "middle" | "end", contentType?: "value" | "label") => () => string;