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