/**
 * Gallery entry — timeline (headless media timeline: playhead, rate,
 * looping, range marks, stepping — the rAF loop lives in adapters, not
 * the core, so time only advances here through actions).
 */
import { createTimelineCore } from '../../timeline/index.js';
import type { TimelineMark } from '../../timeline/core/index.js';
import type { RegisteredComponent } from '../../inspector/index.js';
export declare const timelineEntry: RegisteredComponent<{
    duration?: number;
    rate?: number;
    marks?: TimelineMark[];
}, ReturnType<typeof createTimelineCore>>;
//# sourceMappingURL=timeline.d.ts.map