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