import { TimelineEngine } from "@techsquidtv/canvas-timeline-core"; //#region src/context.d.ts /** Stable engine context. State subscriptions live in the consuming hooks. */ declare const TimelineContext: import("react").Context; //#endregion export { TimelineContext }; //# sourceMappingURL=context.d.mts.map