import type { RenderingScheduler } from '../types/schedulers';
/**
 * A basic batch-rendering scheduler that renders all tasks
 * at the next animation frame.
 * Suitable for simple to medium workloads where all rendering
 * tasks can be performed in one rendering frame
 **/
declare const _default: RenderingScheduler;
export default _default;
//# sourceMappingURL=animation-frame.d.ts.map