import { TimelineTrackGeometryOptions, TimelineTrackRect } from "@techsquidtv/canvas-timeline-core"; //#region src/hooks/tracks/useTimelineTrackGeometry.d.ts /** Shares row geometry across consumers using the same normalized layout options. */ declare function useTimelineTrackGeometry(trackId: string, options: TimelineTrackGeometryOptions): Readonly | null; //#endregion export { useTimelineTrackGeometry }; //# sourceMappingURL=useTimelineTrackGeometry.d.mts.map