import type { CharacterWidths } from '@shopify/polaris-viz-core'; import type { PreparedLabels } from '../../../types'; interface Props { labels: PreparedLabels[]; targetWidth: number; targetHeight: number; characterWidths: CharacterWidths; skipEndWordTruncate?: boolean; } export declare function truncateLabels({ labels, targetWidth, targetHeight, characterWidths, skipEndWordTruncate, }: Props): PreparedLabels[]; export {}; //# sourceMappingURL=truncateLabels.d.ts.map