import type { CharacterWidths } from '@shopify/polaris-viz-core'; interface Props { label: string; targetWidth: number; targetHeight: number; characterWidths: CharacterWidths; } export declare function endLineTruncate({ label, targetWidth, targetHeight, characterWidths, }: Props): string; export {}; //# sourceMappingURL=endLineTruncate.d.ts.map