import { BloraElement } from "../../core/blora-element.js"; export declare const BLORA_TIMELINE_TAG = "blora-timeline"; export declare class BloraTimeline extends BloraElement { private definitions; protected render(): void; protected bindEvents(): void; } export declare function defineBloraTimeline(registry?: CustomElementRegistry): void; //# sourceMappingURL=timeline.d.ts.map