import { type ReactNode } from 'react'; export type LabelInfo = { id: string; text: string; isTruncated: boolean; }; export declare function computeLabelsPerTrack(children: ReactNode, labelsWidth: number): LabelInfo[]; //# sourceMappingURL=compute-labels-per-track.d.ts.map