import { Lottie } from './components/Lottie'; import { ReactLottieConfig, ReactLottieOwnProps, ReactLottieState, ReactLottiePlayingState, ReactLottieEvent, ReactLottieConfigWithData, ReactLottieConfigWithPath } from './components/Lottie/interface'; export { Lottie, ReactLottieConfig, ReactLottieOwnProps, ReactLottieState, ReactLottiePlayingState, ReactLottieEvent, ReactLottieConfigWithPath, ReactLottieConfigWithData, };