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