import { TimelineReadonly, Track } from "@techsquidtv/canvas-timeline-core"; //#region src/hooks/tracks/timelineTrackLabel.d.ts /** Resolves the same accessible label for headers and standalone track controls. */ declare function getTimelineTrackLabel(track: TimelineReadonly | null, trackIndex: number, trackId: string): string; //#endregion export { getTimelineTrackLabel }; //# sourceMappingURL=timelineTrackLabel.d.mts.map