/* eslint-disable simple-import-sort/exports */ /* eslint-disable max-len */ /* auto generated */ export type { ElementAnimation, ElementAnimationMap, Direction, GetAnimationOptions } from './animation-registry.js'; export { animateTo, parseDuration, prefersReducedMotion, stopAnimations, shimKeyframesHeightAuto } from './animate.js'; export { setDefaultAnimation, getAnimation, getDefaultAnimation } from './animation-registry.js'; export { animationSpeed } from './animation-speed.js';