/** * A util functions for handling long tick labels */ export declare const axisTickLableEllipsis: (categoryOrder: string[], maxIndependentTickLabelLength: number) => string[]; //# sourceMappingURL=axis-tick-label-ellipsis.d.ts.map