'use strict'; export type { AnimatedProps } from './commonTypes'; export type { AnimatedComponentType } from './createAnimatedComponent'; export { createAnimatedComponent } from './createAnimatedComponent';