export declare const render: { background: any; width: number; height: number; jump: boolean; draggable: boolean; translation: boolean; edgeAdjust: string; overlay: { enabled: boolean; empty: string; }; track: { left: number; top: string; right: number; height: number; color: string; }; node: { enabled: boolean; size: number; count: number; minCount: number; color: string; outlineWidth: number; outlineColor: string; shadow: string; }; cursor: { size: number; color: string; outlineWidth: number; outlineColor: string; }; scale: { enabled: boolean; limit: number[]; }; progress: { enabled: boolean; color: string; }; label: { enabled: boolean; top: string; font: string; color: string; }; }; export declare const play: { interval: number; loop: boolean; };