import { AnimationLoopTemplate } from "./animation-loop-template.js"; import { AnimationLoop, AnimationLoopProps } from "./animation-loop.js"; export type MakeAnimationLoopProps = Omit; /** Instantiates and runs the render loop */ export declare function makeAnimationLoop(AnimationLoopTemplateCtor: typeof AnimationLoopTemplate, props?: MakeAnimationLoopProps): AnimationLoop; //# sourceMappingURL=make-animation-loop.d.ts.map