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