export { Animation } from './animation'; export { WebAnimation, type WebAnimationOptions } from './web-animation'; export { MultiAnimation, type MultiAnimationOptions, type MultiAnimationMode, } from './multi-animation'; export { HostAnimation } from './host-animation'; export { type Integrator, type IntegratorState, SpringIntegrator, DoubleSpringIntegrator, InertiaIntegrator, IntegratorProvider, type SpringIntegratorConfig, type DoubleSpringIntegratorConfig, type InertiaIntegratorConfig, type PhysicsConfig, } from './integrator'; //# sourceMappingURL=index.d.ts.map