import type { TruncationMode } from '../../../../../typography/text-ellipsis/TextEllipsis.js'; import { CanvasTextAreaProps } from '../../../types/canvas-text-area.js'; export declare const drawLabelAndValue: (ctx: CanvasRenderingContext2D, value: string | number, textArea: CanvasTextAreaProps, backgroundColor: string, name?: string, truncationMode?: TruncationMode) => void;