import type { CharacterWidths } from '@shopify/polaris-viz-core'; import type { FormattedTicks } from '../../../types'; export declare function getLongestTickWidth(ticks: FormattedTicks[], characterWidths: CharacterWidths): number; //# sourceMappingURL=getLongestTickWidth.d.ts.map