import type { RenderingScheduler } from '../types/schedulers';
/**
 * A debounced batch-rendering scheduler that runs the latest rendering task for each given node at the next animation frame
 **/
declare const _default: RenderingScheduler;
export default _default;
//# sourceMappingURL=animation-frame-by-node.d.ts.map