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