export * from './transitions'; export { Animation, WebAnimation, MultiAnimation } from './animation'; export type { WebAnimationOptions, MultiAnimationOptions, MultiAnimationMode, } from './animation'; export type { SsgoiConfig, SsgoiPathTransition, SsgoiPathTransitionInput, TransitionConfig, PrepareArgs, AnimationFactoryArgs, CreateElement, SsgoiTransitionContext, Pose, Timeline, TimelineFrame, StyleObject, PhysicsOptions, SpringConfig, InertiaConfig, } from './types/index.ts'; //# sourceMappingURL=index.d.ts.map