import { ComponentType } from 'react'; import { TaroLottieProps } from "../../types"; export type { TaroLottieProps as LottieProps } from "../../types"; declare const Lottie: ComponentType>; export default Lottie;