import type { TruncationMode } from '@dynatrace/strato-components/typography'; import { CanvasTextAreaProps } from '../../../types/canvas-text-area.js'; export declare const defineTextToRender: (name: string, truncationMode: TruncationMode, textArea: CanvasTextAreaProps, contentType?: "value" | "label") => string;