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